Skip to content

Empty sample starter truffle project for using zeppelin-solidity for a crowdsale

Notifications You must be signed in to change notification settings

solidity-korea/sample-crowdsale-starter

 
 

Repository files navigation

Sample crowdsale starter project

This is a sample project for getting started with a custom crowdsale contract with OpenZeppelin. It is an introductory example to learn how to use OpenZeppelin. Note that this project has not been audited and hence is not intended for production use.

The contracts folder has a sample crowdsale and token, with explicit points on where to override its behaviour.

Setup

1- Install nodejs and npm

2- Clone the project by running git clone [email protected]:OpenZeppelin/sample-crowdsale-starter.git

3- Change directory into the project via cd sample-crowdsale-starter

4- Install dependencies by running npm install

Tests

Tests are run via npm test. There are some pending tests waiting for you to implement the missing features, and make sure to write a test for every new feature you add!

Docs

Check out the API docs for OpenZeppelin here.

The Crowdsale contract docs docs and source may be particularly helpful in this project!

About

Empty sample starter truffle project for using zeppelin-solidity for a crowdsale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%