/myToken

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

Primary LanguageJavaScriptMIT LicenseMIT

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