Smart Contract UI for developers. Forked from https://github.com/MartinPham/smartcontract-ui and adapted to work with both Nova Network and Nebula Testnet.
- Clone the repository from Github.
git clone https://github.com/nova-network-inc/smui.git- Enter the repository folder.
cd smui- Install dependencies.
yarn install- Build the nextJS app.
yarn build- Run the app on your localhost.
yarn start- Access the app typing http://localhost:3000/ on your browser.