mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-02 17:44:03 +00:00
18 lines
215 B
JavaScript
18 lines
215 B
JavaScript
const data = [
|
|
'Tools',
|
|
'Solidity',
|
|
'Truffle',
|
|
'Deploying',
|
|
'Concerns',
|
|
'Scalability',
|
|
'Evolution',
|
|
'Workflow',
|
|
'Linting',
|
|
'Casper',
|
|
'Testnet',
|
|
'Plasma',
|
|
'Testing'
|
|
];
|
|
|
|
export default data;
|