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.