Go to file
Victor Baranov 3bbd3823dc
Merge pull request #1236 from andogro/ag-README-update
Update support status
2018-11-28 20:36:28 +03:00
.github Rename to Token wizard 2018-02-01 16:33:02 +03:00
assets/javascripts getEncodedABIClientSide method 2017-08-28 13:01:08 +03:00
build_scripts Ejected react-scripts to allow for personalized babel aditions 2017-10-02 13:47:56 -07:00
config Ejected react-scripts to allow for personalized babel aditions 2017-10-02 13:47:56 -07:00
docs Update screenshot for StateOfTheDapps 2018-08-27 20:02:35 +03:00
public Rename to Token wizard 2018-02-01 16:33:02 +03:00
scripts get rid of oracles dependency 2018-02-02 13:36:00 +03:00
src Fix metamask alert 2018-10-24 11:07:16 -03:00
submodules token-wizard-test-automation is updated 2018-05-09 19:51:27 +03:00
.babelrc Minor stylistic changes 2017-10-02 20:55:03 -07:00
.editorconfig Add .editorconfig 2017-12-06 15:11:43 -03:00
.env.example Registry with events for testnets, fix in stats: contributors and wei raised calculated twice 2018-05-22 23:20:20 +03:00
.eslintrc Add dependencies/no-unresolved linter rule 2018-02-20 13:29:23 -03:00
.gitignore e2e updates skip test buy mincap 2018-04-03 08:55:53 -07:00
.gitmodules e2e tests 2018-03-06 18:14:32 +01:00
.nvmrc Add .nvmrc 2018-02-02 15:19:50 -03:00
.travis.yml redefine e2e-prepare-start 2018-03-15 17:08:03 +03:00
ICO_wizard_state_example.json Remove whitelistInput from tierStore 2018-02-26 16:28:28 -03:00
LICENSE Update License and chains 2018-02-01 20:25:20 +03:00
README.md fix text 2018-11-28 09:41:50 -07:00
gulpfile.js Payment proccess views 2017-09-28 00:57:49 +03:00
package-lock.json Remove try catch 2018-10-18 16:21:31 -03:00
package-scripts.js package-scripts fix 2018-05-22 14:34:05 +03:00
package.json Add react-router as a devDependency 2018-04-16 16:34:28 -03:00
start_testrpc.sh Update bash script: nohup 2017-09-20 16:19:20 -07:00
tsconfig.json fix merge mobx with old changes and render ***BUGS STILL HERE*** 2017-10-29 18:13:14 -07:00

README.md

Token Wizard DApp

Token Wizard DApp

MIT licensed Build Status Waffle.io - Columns and their card count Join the chat at https://gitter.im/poanetwork/ico-wizard Coverage Status

Attention!

This repository is no longer supported by the POA Network. Use at your own discretion.

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. The Token Wizard is based on TokenMarket contracts, and is decentralized, client side, serverless, and open-source.

ICOs usually have two or more contracts - One token contract and one or more crowdsale contracts 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 a token to exchanges and wallets. Crowdsale contracts on the other hand side should 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:

Deploying on POA's Sokol or Main network is much faster then using Ethereum's networks.

Kovan Testnet/faucet - Gitter

Find out other ways to obtain kETH

Sokol Testnet/faucet

POA Sokol Network RPC URL: https://sokol.poa.network

POA Main Network RPC URL: https://core.poa.network

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

Token Wizard DApp Wiki

Policies

Managing your Crowdsale

Support

This open source software is currently unsupported. You can create an issue in the Github Issues section and members of the open-source community may respond.

Disclaimer

The software is in Beta stage.

Token Wizard is constantly under active development. The “Beta” labelling implies that while the core features of the software have been implemented, bugs and issues may still remain undiscovered until this phase of testing is complete. As such, Token Wizard may experience the following issues, but not limited to, during usage:

  • loss of tokens/funds from incorrect configuration;
  • unexpected delays;
  • unexpected visual artifacts.