Skip to content

feature-sh/smart-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

20b618c · Nov 6, 2023

History

91 Commits
Jun 3, 2022
Nov 1, 2023
Mar 24, 2022
Nov 1, 2023
Mar 22, 2022
Dec 30, 2022
Mar 22, 2022
Mar 24, 2022
Mar 22, 2022
Nov 1, 2023
Nov 1, 2023
Mar 24, 2022

Repository files navigation

FEATURE

Getting Started

cp .env-sample .env
npx hardhat test test/feature.js
npx hardhat test test/feature-erc20.js

Deploy

Feature

npx hardhat run scripts/feature-deploy.js --network <network>

Centralized Arbitrator

npx hardhat run scripts/centralized-appealable-arbitrator-deploy.js --network <network>

Etherscan Verification

npx hardhat clean
npx hardhat verify --network <network> <smart contract address> <Argument1...>

Run Test with event logs

npx hardhat test --logs