mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-13 14:46:41 +00:00
32 lines
412 B
JavaScript
32 lines
412 B
JavaScript
const data = [
|
|
'solidity',
|
|
'gas',
|
|
'protocol',
|
|
'transaction',
|
|
'event',
|
|
'network',
|
|
'documentation',
|
|
'blockchain',
|
|
'client',
|
|
'bounty',
|
|
'deployment',
|
|
'audit',
|
|
'contract',
|
|
'verification',
|
|
'token',
|
|
'governance',
|
|
'payment',
|
|
'consensus',
|
|
'NFT',
|
|
'compiler',
|
|
'protocol',
|
|
'signature',
|
|
'hash',
|
|
'testing',
|
|
'wallet',
|
|
'community',
|
|
'decentralized',
|
|
];
|
|
|
|
export default data;
|