Skip to content

Officialnordek/network

Repository files navigation

Network

General

Clone Repository

$ git clone https://github.com/Officialnordek/network.git

Install Dependencies

$ yarn install

Run Unit Tests

$ yarn test

Contracts

Compile

$ yarn run compile

ABIs

$ yarn run abi

Flatten

$ yarn run flatten

Deploy

Make sure NETWORK_NAME is defined in truffle-config

Make sure you've created an .env using the template env.example

Run:

$ yarn run deploy

Run Local Node

Read more at: https://github.com/Officialnordek/NRKTNetwork/tree/master/node-example