Skip to content

element-group/element-erc20-smart-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Element Group ERC20 Ethereum Smart Contract

An ERC20 standard token. Built on the OpenZeppelin framework.

Development

Setup

You'll need the yarn tool installed.

Install dev dependencies:

cd element-erc20-smart-contract
yarn

Test

Running yarn test will also take care of starting/stopping testrpc.

yarn test

Flatten

To flatten the contract into a single file for Etherscan you can run the flatten command.

yarn flatten

This will output:

build/ElementToken_flat.sol
build/ElementToken_oneline.sol

Deploying

You can deploy this via my

About

The Official ERC20 Token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published