Skip to content

Token Wizard Introduction

Victor Baranov edited this page Sep 21, 2018 · 5 revisions

Attention!

Please, read the wiki or watch demo before you start to create crowdsales using Token Wizard. Consider deploying on the Mainnet after testing on Kovan testnet or POA's Sokol testnet.

A Quote

ICO tools should be available for non-coders for free. Raising funds from a crowd is our basic human right.

Token wizard is a tool to create token and crowdsale contracts in five simple steps. Wizard is based on TokenMarket contracts. Wizard is baked how we like it: decentralized, client side, serverless, open source, free, awesome.

ICOs usually have two or more contracts. One token contract and one or more crowdsale contract plus supplemental contracts, e.g., safe math, pricing strategy, etc. Most token contracts are the same (ERC-20); most crowdsale contracts are different. Token implementation should be stable for compatibility, and it is crucial to connect token to exchanges and wallets. Crowdsale contracts on another side should follow fashion and differentiate a project from others, e.g., create a new type of FOMO, fear of missing out.

This tool is free to use and open source. Although the tool is free to use, deploying contracts to the Ethereum network requires GAS in the form of ETHER. See "Deployment Time & Gas" part of Wiki for estimates. It is recommended to test the Token Wizard on Kovan testnet or POA's Sokol testnet, before deploying to the main network. See below for links to obtain testnet tokens for the Kovan or Sokol networks:

Kovan Testnet/faucet - Gitter

Find out other ways to obtain kETH

Sokol Testnet/faucet

Deploying on POA's Sokol or Core network is much faster than using Ethereum's networks.

For a guide on how to connect to the POA network using MetaMask or Nifty Wallet see here.

Clone this wiki locally