3.0.0 • Published 4 years ago

@animoca/ethereum-contracts-erc20_base v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Solidity Project ERC20 Base

This project serves as a base dependency for Solidity-based ERC20 contract projects by providing related base contracts, constants, and interfaces.

Table of Contents

Overview

Installation

Install as a module dependency in your host NodeJS project:

npm install --save-dev @animoca/ethereum-contracts-erc20_base

Usage

Solidity Contracts

Import dependency contracts into your Solidity contracts and derive as needed:

import "@animoca/ethereum-contracts-erc20_base/contracts/{{Contract Group}}/{{Contract}}.sol"

Test and Migration Scripts

Require the NodeJS module dependency in your test and migration scripts as needed:

const { constants, interfaces } = require('@animoca/ethereum-contracts-erc20_base');