@proyectcoinmanager/core
v0.1.2
Published
Contracts for Proyect Coin Manager
Maintainers
Readme
PCM contracts
Contracts for Proyect Coin Manager
Devevelopment
Notes for developers
Requirements
Run instructions
Install dependencies
yarn installRun ganache to create a local blockchain (chainid = 333) with mnemonic keys bitter banner man sting lyrics eye speed immense inject roof dust marine
yarn startDeploy 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