Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 591 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 591 Bytes

unlocker-dapp

Front-end application for interacting with the MEX Unlocker smart contract.

Instalation and running

Step 1. Install modules

From a terminal, navigate to the project folder and run:

yarn install

Step 2. Update Configs

Create a new file src/config.tsx and copy the content of src/config.testnet.tsx. If you want to develop against devnet, change all instances of testnet to devnet.

Step 3. Running in development mode

In the project folder run:

yarn start

Developed By

The RisaSoft Team.