UNPKG

@0xcert/ethereum-erc20-contracts

Version:

Smart contract implementation of the ERC-20 standard on the Ethereum blockchain.

13 lines 280 B
{ "compilerOptions": { "module": "commonjs", "target": "es6", "noImplicitAny": false, "removeComments": true, "sourceMap": true, "outDir": "dist", "declaration": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true } }