harryduong99 / my-tokenization

Asset Tokenization using OpenZeppelin and Truffle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Run the following commands to migrate contract from solidity:

  • npm install
  • truffle init
  • truffle migrate

Then, run the application:

  • cd client
  • npm start

Don't forget to prepare the etherum local enviroment This project is setting 127.0.0.1:7545 as default (ganade)

About

Asset Tokenization using OpenZeppelin and Truffle

License:MIT License


Languages

Language:JavaScript 53.0%Language:Solidity 39.0%Language:HTML 5.7%Language:CSS 2.2%Language:Shell 0.1%