mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-10 05:24:47 +00:00
e3cf0f78a3
based on latest content provided
25 lines
290 B
JavaScript
25 lines
290 B
JavaScript
const data = [
|
|
'Ethereum',
|
|
'Geth',
|
|
'Truffle',
|
|
'Infura',
|
|
'MetaMask',
|
|
'Parity',
|
|
'Remix',
|
|
'Mythril',
|
|
'Casper',
|
|
'Plasma',
|
|
'Status',
|
|
'Embark',
|
|
'Swarm',
|
|
'eWASM',
|
|
'Sharding',
|
|
'State channels',
|
|
'Gitcoin',
|
|
'Augur',
|
|
'Vyper',
|
|
'Bamboo',
|
|
];
|
|
|
|
export default data;
|