Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

ReleaseClub/contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4661d79 · Sep 28, 2022

History

21 Commits
Sep 27, 2022
Sep 21, 2022
Sep 27, 2022
Aug 5, 2022
Sep 21, 2022
Sep 28, 2022
Sep 21, 2022
Sep 21, 2022
Sep 21, 2022
Sep 21, 2022
Aug 5, 2022

Repository files navigation

NOTE

These are the original Release Club contracts written for the metabolism hackathon. This repo has been archived and all future development will take place in https://github.com/ReleaseClub/club-protocol. The original contracts will live on in https://github.com/ReleaseClub/metabolism.

Deploy and verify the contracts

  • For the main contract
npx hardhat run scripts/deploy.ts --network rinkeby
  • For the factory contract
npx hardhat run scripts/deployFactory.ts --network rinkeby

Create a club

Call the createClub function from the proxy contract. The address returned is the address of the new club.