Binance Smart Chain Templates

BEP20Mintable is a BEP20 mintable contract.

BEP20FixedSupply is a BEP20 contract with all mint methods removed.

Setup

yarn

Testing - Buidler

The test suite uses Buidler as the preferred testing suite, since it compiles and tests faster. The test suite implements 7 routines that can be tested individually.

npx buidler compile

Execute all at once:

npx builder test