Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.02 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.02 KB

🐳 Dewhale.capital Private Rounds contract 🐳

Deployments

Getting started

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

Building the project

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.

Deploying Contracts

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