Skip to content

Latest commit

 

History

History
executable file
·
99 lines (73 loc) · 2.26 KB

README.md

File metadata and controls

executable file
·
99 lines (73 loc) · 2.26 KB

UniPoolToken as a Gift🎁


【Introduction of UniPoolToken as a Gift 🎁】

  • This is a dApp that user can create UniPoolToken or add liquidity to UniPoolToken freely and send their UniPoolToken as a gift to someone whoever user want.

 

【User Flow】

  • ① User create UniPoolToken or add liquidity to UniPoolToken
  • ② User specify "toAddress" which is wallet address of someone whoever user want.
  • ③ User send UniPoolToken to specified wallet address.

 


【Setup】

Setup wallet by using Metamask

  1. Add MetaMask to browser (Chrome or FireFox or Opera or Brave)
    https://metamask.io/

  2. Adjust appropriate newwork below

Kovan Test Network

 

Setup backend

  1. Deploy contracts to Kovan Test Network
(root directory)

$ npm run migrate:ropsten

 

Setup frontend

  1. Move to ./client
$ cd client
  1. Add an .env file under the directory of ./client.
$ cp .env.example .env
  1. Execute command below in root directory.
$ npm run client
  1. Access to browser by using link
http://127.0.0.1:3000/unipooltoken-as-a-gift

 


【References】