Skip to content

Parker-Quinn/enzymefinance_template

 
 

Repository files navigation

CI

Enzyme Hackathon Starterkit

Installation

It only takes a few commands to get started.

  1. Copy the example .env.example files and adjust them to your needs:
cp .env.example .env

The only required variable is ETHEREUM_NODE_MAINNET, e.g. an Alchemy endpoint. If you want to use GitHub actions you'll have to set that variable up as a GitHub repository secret. See this line of code.

  1. Install dependencies and compile the contracts:
yarn install
yarn compile
  1. Run the test
yarn test

If the deploys correctly test passes, you're good to go 🎉!

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 57.9%
  • TypeScript 40.7%
  • Shell 1.4%