Skip to content
/ myToken Public

Solidity smart contracts for building your own token and running a crowdsale

License

Notifications You must be signed in to change notification settings

mandys/myToken

Repository files navigation

Creating your own MyToken and running your own MyCrowdsale

Below I will demonstrate how to create your own ERC20 compliant token and write smartcontracts for the token and token sale.

Getting Started

I will be using Truffle, an Ethereum development environment. Please install Truffle.

npm install -g truffle

To install this project, run:

git clone https://github.com/mandys/myToken.git
npm install

The code also relies on the zepplein solidity contracts provided by the Open Zepplin team. When you run npm install these should automatically be fetched for you and placed under node_modules.

They can be deployed to testrpc

Donations can be made using MetaMask

About

Solidity smart contracts for building your own token and running a crowdsale

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published