Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 292 Bytes

File metadata and controls

16 lines (13 loc) · 292 Bytes

Contracts

This repo consists of all smart contracts used in DataX core platform.

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

contracts