Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 736 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 736 Bytes

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