/contracts-boilerplate

Primary LanguageTypeScriptOtherNOASSERTION

Solidity Smart Contract Boilerplate

Boilerplate repository using Typescript, Typechain, ethers and hardhat for Solidity smart contract deployment and testing.

How to use

  1. Install via pnpm install
  2. Write contracts in src/contracts/
  3. Write tests in tests/
  4. Build with pnpm build

LICENSE

Copyright (c) 2017-present Horizon Blockchain Games Inc.

Licensed under Apache-2.0