Links

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.
We have a public version of SMUI that you can use if you don't want to deploy it locally.

Installation

  1. 1.
    Clone the repository from Github.
git clone https://github.com/nova-network-inc/smui.git
  1. 1.
    Enter the repository folder.
cd smui
  1. 1.
    Install dependencies.
yarn install

Running on localhost:3000

  1. 1.
    Build the nextJS app.
yarn build
  1. 1.
    Run the app on your localhost.
yarn start
  1. 1.
    Access the app typing http://localhost:3000/ on your browser.