Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove contracts package #1225

Merged
merged 4 commits into from Mar 13, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
66 changes: 0 additions & 66 deletions .github/workflows/contract.yml

This file was deleted.

23 changes: 3 additions & 20 deletions README.md
Expand Up @@ -14,7 +14,6 @@ Package manager : `pnpm`
.
├── .github # github specific configuration
├── packages
│ ├── contracts # contracts built using hardhat
│ ├── graph # graph which indexes data from contracts
│ ├── round-manager # react-frontend for round-manager
│ ├── grant-explorer # react-frontend for grant-explorer
Expand All @@ -24,28 +23,12 @@ Package manager : `pnpm`
└── README.md
```

## Packages

### contracts

The contracts needed for running a round can be found within the [contracts package](packages/contracts)

##### Deploy Steps

To know how the contracts should be setup, refer [DEPLOY_STEPS.md](packages/contracts/docs/DEPLOY_STEPS.md)


##### Chain Deployment List
## contracts

To know the addresses are deployed on which network. refer [CHAINS.md](packages/contracts/docs/CHAINS.md)
The contracts needed for running a round can be found within the [contracts package](https://github.com/Allo-Protocol/contracts)
thelostone-mc marked this conversation as resolved.
Show resolved Hide resolved

##### Development

We welcome external contributions. Please make sure to familiarize yourself with the [Contribution Guide](CONTRIBUTING.md).

To contribute to this project, fork the project and follow the instructions at [DEV.md](packages/contracts/docs/DEV.md)

This is built and maintained using [hardhat](https://hardhat.org)
## Packages

### graph

Expand Down
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -12,9 +12,6 @@
"compile": "pnpm --filter contracts run compile ",
"test": "pnpm run test --ignore=@grants-round/graph",
"typecheck": "turbo run typecheck",
"// contracts script": "====== packages/contract specific ======",
"hh-test": "pnpm --filter contracts run test",
"hh-compile": "pnpm --filter contracts run compile",
"// graph script": "====== packages/graph specific ======",
"graph-test": "pnpm --filter graph test",
"// round manager script": "====== packages/round-manager specific ======",
Expand Down
6 changes: 0 additions & 6 deletions packages/contracts/.env.example

This file was deleted.

4 changes: 0 additions & 4 deletions packages/contracts/.eslintignore

This file was deleted.

24 changes: 0 additions & 24 deletions packages/contracts/.eslintrc.js

This file was deleted.

12 changes: 0 additions & 12 deletions packages/contracts/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions packages/contracts/.mocharc.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/contracts/.npmignore

This file was deleted.