erc20-contracts
v0.0.5
Published
JavaScript programs and libraries to enable seamless development of native computer applications designed to interact with Ethereum *RC-20 tokens (ERC-20, BRC-20, etc.) on Ethereum Virtual Machine-compatible networks.
Downloads
2,346
Maintainers
Readme
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-npmor npm
npm \
installLicense
This originally MIT licensed file is distributed under the GNU Affero General Public License version 3 by Pellegrino Prevete.
