Updating topics and projects
based on latest content provided
This commit is contained in:
parent
ae11f90351
commit
e3cf0f78a3
|
@ -1,14 +1,24 @@
|
|||
const data = [
|
||||
'Ethereum Foundation',
|
||||
'Ethereum Community Fund',
|
||||
'Solidity',
|
||||
'Go-ethereum',
|
||||
'Ethereum',
|
||||
'Geth',
|
||||
'Truffle',
|
||||
'Infura',
|
||||
'MetaMask',
|
||||
'Parity',
|
||||
'Remix',
|
||||
'Mythril',
|
||||
'Casper',
|
||||
'Plasma',
|
||||
'Status',
|
||||
'Embark',
|
||||
'Swarm',
|
||||
'Vyper',
|
||||
'eWASM',
|
||||
'Casper/PoS'
|
||||
'Sharding',
|
||||
'State channels',
|
||||
'Gitcoin',
|
||||
'Augur',
|
||||
'Vyper',
|
||||
'Bamboo',
|
||||
];
|
||||
|
||||
export default data;
|
||||
|
|
|
@ -1,17 +1,32 @@
|
|||
const data = [
|
||||
'Tools',
|
||||
'Solidity',
|
||||
'Truffle',
|
||||
'Deploying',
|
||||
'Concerns',
|
||||
'Scalability',
|
||||
'Evolution',
|
||||
'Workflow',
|
||||
'Linting',
|
||||
'Casper',
|
||||
'Testnet',
|
||||
'Plasma',
|
||||
'Testing'
|
||||
'solidity',
|
||||
'gas',
|
||||
'protocol',
|
||||
'transaction',
|
||||
'event',
|
||||
'network',
|
||||
'documentation',
|
||||
'usability',
|
||||
'blockchain',
|
||||
'client',
|
||||
'bounty',
|
||||
'deployment',
|
||||
'audit',
|
||||
'contract',
|
||||
'verification',
|
||||
'token',
|
||||
'governance',
|
||||
'payment',
|
||||
'consensus',
|
||||
'NFT',
|
||||
'compiler',
|
||||
'protocol',
|
||||
'signature',
|
||||
'hash',
|
||||
'testing',
|
||||
'wallet',
|
||||
'community',
|
||||
'decentralized',
|
||||
];
|
||||
|
||||
export default data;
|
||||
|
|
Loading…
Reference in New Issue