Skip to content

runningbeta/erc20-crowdsale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

erc20-crowdsale ๐Ÿ”—

Smart contracts and tools for running an ERC20 token crowdsale

CircleCI codecov

Requirements

LTS Node 8.9.4 is required for running tests.

You will alse need Truffle framework:

# Make sure we have the latest truffle version
npm uninstall -g truffle
npm install -g truffle@latest

Getting started

To test this project locally:

# clone the repo
git clone https://github.com/runningbeta/erc20-crowdsale.git
cd erc20-crowdsale

# install dependencies
npm install

# run tests on development network
truffle test

# run tests on truffle test network
truffle test --network test
# or
npm run test

To check the coverage report:

# run tests with coverage
npm run coverage

To run JavaScript and Solidity linter:

# run eslint and solium
npm run lint:all

License

This project is open source and distributed under the Apache License Version 2.0 license.

About

๐Ÿ”— Smart contracts and tools for running an ERC20 token crowdsale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •