Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ docs/

# Dotenv file
.env

# Subquery files
subquery/dist/
subquery/.data/
subquery/**/types/
subquery/project.yaml
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
![Banner](https://github.com/NodleCode/rollup/assets/10683430/b50803ff-41d1-4faa-99eb-72c9eeaf3194)

# Development setup
> We recommend you run within the provided [devcontainer](https://code.visualstudio.com/remote/advancedcontainers/overview) to ensure you have all the necessary tooling installed such `graph`, `zksync-cli`, and `forge`.
> We recommend you run within the provided [devcontainer](https://code.visualstudio.com/remote/advancedcontainers/overview) to ensure you have all the necessary tooling installed such `zksync-cli`, and `forge`.

For subquery utilization refer to [Nodle-zksync-subquery](/subquery/README.md)

## Repo organization
- `./` contains foundry contracts for Nodle and Click on ZkSync:
- `./lib` contains libraries we depend on.
- `./src` contains contract sources.
- `./scripts` contains deployment scripts.
- `./test` contains unit tests.
- `./graph` contains a custom SubGraph for this project.
- `./subquery` contains a custom subquery for this project.
- ...more to come

# Usage
Expand Down
4 changes: 0 additions & 4 deletions graph/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions graph/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions graph/config.json

This file was deleted.

25 changes: 0 additions & 25 deletions graph/package.json

This file was deleted.

43 changes: 0 additions & 43 deletions graph/prepare.js

This file was deleted.

23 changes: 0 additions & 23 deletions graph/prepare.sh

This file was deleted.

Loading