/ data / archives / topics.js
topics.js
 1  const data = [
 2    'solidity',
 3    'gas',
 4    'protocol',
 5    'transaction',
 6    'event',
 7    'network',
 8    'documentation',
 9    'blockchain',
10    'client',
11    'bounty',
12    'deployment',
13    'audit',
14    'contract',
15    'verification',
16    'token',
17    'governance',
18    'payment',
19    'consensus',
20    'NFT',
21    'compiler',
22    'signature',
23    'hash',
24    'testing',
25    'wallet',
26    'community',
27    'decentralized',
28  ];
29  
30  export default data;