SMUI Interface
SMUI is a Smart Contract UI for developers. It allows developers to call smart contract functions on their localhost environment for both Nova Network and Nebula Testnet.
- 1.Clone the repository from Github.
git clone https://github.com/nova-network-inc/smui.git
- 1.Enter the repository folder.
cd smui
- 1.Install dependencies.
yarn install
- 1.Build the nextJS app.
yarn build
- 1.Run the app on your localhost.
yarn start
- 1.
Last modified 5mo ago