tranchess / contract-exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo is deprecated and will not be further maintained.

Tranchess-Core is the new monorepo under active development.


Tranchess Exchange

Tranchess exchange.

Local Development

Install Dependencies

npm install

Compile Contracts

npx hardhat compile

Run Tests

npm test

Check Lint and Format

npm run check

Deploy Contracts

Copy .env.example to .env and modify configurations in the file.

Deploy contracts by npm run deploy --network <network>, where <network> can be test or staging.

About


Languages

Language:TypeScript 60.5%Language:Solidity 38.9%Language:Shell 0.3%Language:JavaScript 0.3%