项目作者: mandys

项目描述 :
Solidity smart contracts for building your own token and running a crowdsale
高级语言: JavaScript
项目地址: git://github.com/mandys/myToken.git
创建时间: 2018-01-04T17:14:52Z
项目社区:https://github.com/mandys/myToken

开源协议:MIT License

下载


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.

  1. npm install -g truffle

To install this project, run:

  1. git clone https://github.com/mandys/myToken.git
  2. 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