npm.io
0.0.6 • Published yesterday

erc20-contracts

Licence
AGPL-3.0-or-later
Version
0.0.6
Deps
1
Size
68 kB
Vulns
0
Weekly
0
Stars
1

TOKEN

This is an ERC-20 smart contract by OpenZeppelin as far as I know merged in a single file.

This repository contains resources to work with an ERC-20 smart contract on an Ethereum Virtual Machine compatible network.

In particular it contains a Javascript module which contains a load function for ERC-20 contracts data, such as the ERC-20 contract source, its ABI and bytecode.

The data is generated at package build time using Solidity Compiler.

Build

To build the module one can use GNU Make

make \
  build-npm

or npm

npm \
  install

License

This originally MIT licensed file is distributed under the GNU Affero General Public License version 3 by Pellegrino Prevete.

Keywords