Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 335 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 335 Bytes

Prerequisites

  • truffle@latest

Installation

npm install

Config

Create your own config file

cp config/default.json config/local.json

Update local.json file to custom the params.

Deployment

truffle deploy --network tomo --reset

Note: Make sure you have enough TOMO for TX contract creation fee.