1.0.12 • Published 2 years ago
bcts-usingtellor v1.0.12
Initial Setup
Prerequisites
The following tools are expected to be installed on your system to run this project:
- Node
 - NPM
 - YARN
 - Hardhat
 - Git
 
Setup
Install dependencies:
yarn installCompile
Compile contracts:
npx hardhat compileLint
Run linter:
npx eslint .Publish
Publish to NPM repository.
Login to your account at https://www.npmjs.com/:
npm loginPublish package to your NPM account:
npm publishUsage
Test Locally (on hardhat)
Run unit tests on the contracts (on hardhat):
npx hardhat testTest Locally (on localhost)
- Start HTTP and WebSocket JSON-RPC server at 
http://127.0.0.1:8545/: 
npx hardhat node- Run unit tests on the contracts (by other command line terminal):
 
npx hardhat test --network localhostContributing
Bug reports and pull requests are welcome on GitHub at: https://github.com/SELISEdigitalplatforms/l3-solidity-bcts-tellor