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

Update developer.mdx #34

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion pages/developer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ For Web3 developers who are frustrated building a complicated stack, DAOhaus V3

Whether you are building a stand alone project or extending [DAOhaus](https://daohaus.club/) functionality, DAO Toolbox makes it easier to read and write DAO data. We are hoping our years of experience figuring this stuff out saves you time and helps you prioiritize what matters.

The [contracts](./decentralized-infrastructure/contracts) write directly to the blockchain, with [subgraphs](./decentralized-infrastructure/subgraphs/overview) making the data easier to query.
The [contracts](./decentralized-infrastructure/contracts) write directly to the blockchain, with [subgraphs](https://toolbox.daohaus.fun/decentralized-infrastructure/subgraphs/overview) making the data easier to query.
We hope this set of utilities pulling from that base layer makes it more accessible for applications built on top.

We have published the packages in our [SDK](./sdk/overview) to NPM.
Expand Down