zeeshanhanif / chainlink-hackathon-sample

Repository for Sample application for Chainlink Hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Sample Hardhat Project with TypeScript

For TypeScript Configuration use this link

Below command will compile the contract and generates Typescript typings for contracts

npx hardhat compile

Below command will run TypeScript compiler and convert all TypeScript files to JS and placed them in dist folder

tsc

Below command will deploy contracts on hardhat network

npx hardhat run dist/scripts/sample-script.js

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

About

Repository for Sample application for Chainlink Hackathon


Languages

Language:Solidity 58.9%Language:TypeScript 31.9%Language:JavaScript 8.6%Language:Shell 0.5%