6 lines
532 B
JavaScript
6 lines
532 B
JavaScript
const data = {
|
||
blurb: '<p>The community behind ETHPrize has interviewed over 100 developers in order to produce this website which showcases the biggest frustrations and opportunities in the ecosystem.</p><p>We invite all developers, product managers, designers and #buidlers to use the ideas here and figure out what to make next so that we can all continue to build the world’s best cryptocurrency community and ship great products that actually improve the lives of as many people as possible.</p>',
|
||
};
|
||
|
||
export default data;
|