Skip to content

Latest commit

 

History

History

evm

Bondefi EVM Bonding Curve

This is the space for Bondefi's EVM-based bonding curve implementation

Recommended VSCode/Cursor extensions:

  • Solidity, by Nomic Foundation

Project setup

  1. yarn install
  2. Create a secrets.json file and set up the necessary apiKeys and wallet keys

Useful commands:

  • yarn test
  • yarn report to run the unit tests and generate a gas report
  • yarn compile to generate the typescript typing for the solidity contracts
  • yarn start-node to run an EVM node locally