zhwei820 / STBT-contracts2

The smart contracts of STBT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STBT-contracts

The smart contracts of STBT.

Try running some of the following tasks:

# compile smart contracts
npx hardhat compile

# run unit tests
npx hardhat test

# see test coverage
npx hardhat coverage

# deploy
PROPOSER=0x... \
EXECUTOR=0x... \
npx hardhat run scripts/stbt-deploy.js

About

The smart contracts of STBT

License:Apache License 2.0


Languages

Language:JavaScript 60.9%Language:Solidity 39.1%