Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Repository files navigation

Aragon Connect

a toolkit for developers to seamlessly integrate DAO functionality into apps.

codecov

Aragon Connect is still in active development and its API might change until it reaches 1.0.

Usage

// Connects to an organization.constorg=awaitconnect('org.aragonid.eth','thegraph')// Intents can be converted in a transaction.constintent=awaitorg.removeApp('0x…')// Get the transactions for the intent with the current accountconsttransactions=awaitintent.transactions(wallet.address)// Sign the generated transactionsfor(consttransactionoftransactions){awaitethers.sendTransaction(transaction.toEthers())}

Documentation

Please have a look at the documentation website. If you never used the library before, we highly recommend starting with the Getting Started guide.

Packages

NameDescriptionSizeVersion
@aragon/connectThe main package. Contains connect().
@aragon/connect-reactReact API for Connect.
@aragon/connect-coreCore library (used by connectors).
@aragon/connect-ethereumEthereum connector (in progress − included in @aragon/connect).
@aragon/connect-thegraphTheGraph connector (included in @aragon/connect).
@aragon/connect-financeConnector for the Finance app.
@aragon/connect-tokensConnector for the Tokens app.
@aragon/connect-votingConnector for the Voting app.

About

(Aragon 1) Seamlessly integrate DAO functionality into web and node.js apps.

Topics

Resources

Contributing

Stars

144 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages