jfinchain / hardhat-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Hardhat Project for JFIN Chain

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

yarn
cp .env.example .env
export PRIVATE_KEY=[private key without 0x]
npx hardhat deploy  --network jfin --reset   --tags JFA 
npx hardhat sourcify  --network jfin    --endpoint https://trustcontract.dev/server

About


Languages

Language:JavaScript 61.7%Language:Solidity 34.4%Language:Shell 3.9%