Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 648 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 648 Bytes

SMUI - Smart Contract UI

Smart Contract UI for developers. Forked from https://github.com/MartinPham/smartcontract-ui and adapted to work with both Nova Network and Nebula Testnet.

Installation

  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

Running on localhost:3000

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