33 lines
427 B
JavaScript
33 lines
427 B
JavaScript
const data = [
|
|
'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;
|