Skip to content

sambhav2612/ico-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ico-launcher

This is a simple ERC20 token-based ICO Launching web app using Truffle Framework for backend and React for frontend.

Requirements

  • Node
  • Any Node Package Manager
  • web3.js
  • Truffle Framework installed globally

Steps to install

# clone the repo
$ git clone https://github.com/BlockchainDevs/ico-launcher.git ico-launcher

# install react dependencies and start the live server
$ cd hub && npm install && npm run start

# open a new cmd and type following to serve the production code in case you want to see
$ cd hub && npm run build

Cloning Guide

# to keep up the latest revisions here in your local clone
$ git remote add upstream https://github.com/BlockchainDevs/ico-launcher.git

# verify if remote was added successfully 
$ git remote -v

# update at anytime!
$ git pull upstream master

License

GPL-v3.0

About

A simple ERC20 token-based ICO Launching web app using React for frontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published