- BSC Testnet: https://thirdweb.com/binance-testnet/0xd8b15A9464b183A7ca2923cb4d9510651F10aA42
- BNB Chain Mainnet: -
- Arbitrum: -
- Polygon: -
Clone the repository:
git clone https://github.com/styliann-eth/private-rounds.git && cd private-rounds
Install all required node.js modules:
yarn
Take a look at the code in:
contracts/PrivateGroupFactory.sol
contracts/PrivateRounds.sol
After any changes to the contract, run:
yarn build
to compile your contracts. This will also detect the Contracts Extensions Docs detected on your contract.
When you're ready to deploy your contracts, just run one of the following command to deploy you're contracts:
yarn deploy
From the root /private-rounds folder, use the following to test the subgraph:
node subgraph/sample-queries/index.js