Skip to content

PrinceJoshua/erc20-dapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymath Tutorial - ERC20 Sample

Simple tutorial for connecting to ERC20 contract

Quick start

Complete the following steps in command line:

  • Clone the git repo git clone git@github.com:sajclarke/erc20-dapp.git
  • In the cloned repo root folder, install dependencies npm install
  • Start Ganache on port 8545
  • Run truffle compile
  • Run truffle migrate
  • Copy the entire build/contracts folders (and contents) to the front/src folder
  • In the front folder, run npm i
  • Run locally npm start

Contributing

We encourage contributions! Please read our Code Of Conduct before submitting a pull request. If you are reporting a bug or vulnerability, please submit an issue to this repo

Instructions for submitting a pull request:

  • Create a fork of this git repo
  • Commit each change to a separate branch on the forked repo
  • Submit a pull request to this repo

Do you have a question?

If you have any questions then you can contact Polymath via Gitter: https://gitter.im/PolymathNetwork/Lobby

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • HTML 10.3%
  • CSS 5.6%