diff --git a/data/archives/projects.js b/data/archives/projects.js index 33a3aa0..af6a67f 100644 --- a/data/archives/projects.js +++ b/data/archives/projects.js @@ -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; diff --git a/data/archives/topics.js b/data/archives/topics.js index c8f8f8d..02a6164 100644 --- a/data/archives/topics.js +++ b/data/archives/topics.js @@ -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;