vinaysingh8866 / INRContracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inr Stable Contracts

Rupee to Ether Exchange using chainlink contracts

Deployed on Kovan Testnet

Link - https://arweave.net/uGSoQ9FslzVhZ_gU7O6XiuQ3mik6yfWd7l-E_1h-iiY

Code - https://github.com/vinaysingh8866/StableINRDex

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
npx hardhat help
REPORT_GAS=true npx hardhat test
npx hardhat coverage
npx hardhat run scripts/deploy.ts
TS_NODE_FILES=true npx ts-node scripts/deploy.ts
npx eslint '**/*.{js,ts}'
npx eslint '**/*.{js,ts}' --fix
npx prettier '**/*.{json,sol,md}' --check
npx prettier '**/*.{json,sol,md}' --write
npx solhint 'contracts/**/*.sol'
npx solhint 'contracts/**/*.sol' --fix

About


Languages

Language:Solidity 43.4%Language:JavaScript 29.7%Language:TypeScript 25.0%Language:Shell 1.9%