Skip to content

sharma66mahesh/ice-dex-workshop

Repository files navigation

Running the frontend

  • Enter the deployed token contract addresses in .env file.
  • Tested with node version v16.14.0
    $ npm install
    $ npm start

Contract Deployment (Optional)

  • Create a .secret file in the root directory and enter your wallet private key. This wallet will be used for deployment and contract interactions with truffle.
  • Currently, only deployment in localhost:8545 is supported. That can be modified from truffle.config.js file.
  • Compiling contracts inside contracts dir:
    $ truffle compile
  • Deploying contracts to local blockchain:
    $ truffle deploy

About

Frontend for interacting with a simple DEX contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published