Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.13 KB

File metadata and controls

38 lines (27 loc) · 1.13 KB

nps friendly

bloomen decentralized rights management truffle

Getting started

  1. Go to project folder and create a configuration file .env following template .env.example:
cp .env.example .env && vi .env
  1. Install dependencies :
npm install
  1. Launch development task in order to deploy on blockchain (ethereum) new version of contracts:
npm start development

Project structure

build/                        Local storage for deployed contracts.
contracts/                    Contracts source code
migrations/                   Truffle migrations scripts

Main tasks

Task automation is based on NPM scripts.

Task Description
npm start development Launch development task in order to deploy on blockchain
npm start export Copy build contracts to app & cli projects