0.1.2 • Published 3 years ago

@proyectcoinmanager/core v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

PCM contracts

Contracts for Proyect Coin Manager

Devevelopment

Notes for developers

Requirements

Run instructions

Install dependencies

yarn install

Run ganache to create a local blockchain (chainid = 333) with mnemonic keys bitter banner man sting lyrics eye speed immense inject roof dust marine

yarn start

Deploy contract using truffle or remix

  • Truffle: yarn migrate
  • Remix: yarn remix (this will open a connection for remix IDE to connect to localhost)

Testing

Execute tests

yarn test