/ data / archives / projects.js
projects.js
 1  const data = [
 2    'Ethereum',
 3    'Geth',
 4    'Truffle',
 5    'Infura',
 6    'MetaMask',
 7    'Parity',
 8    'Remix',
 9    'Mythril',
10    'Casper',
11    'Plasma',
12    'Status',
13    'Embark',
14    'Swarm',
15    'eWASM',
16    'Sharding',
17    'State channels',
18    'Gitcoin',
19    'Augur',
20    'Vyper',
21    'Bamboo',
22  ];
23  
24  export default data;