connect icon indicating copy to clipboard operation
connect copied to clipboard

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

Results 88 connect issues
Sort by recently updated
recently updated
newest added

Currently we only use the `appId` in each app subgraph to determine a contract template. However, an app instance may actually go through multiple versions (e.g. as they did when...

enhancement

The boilerplate should help a new developer to bootstrap: 1. A simple Aragon Connect custom front-end 2. Have `use-wallet` configured 3. Have GitHub pages already set up for easy deployments

demos

Atm, our subgraphs need to use as script that reads an env variable with the access token. This shouldn't be necessary when `graph auth` is fixed. Submitted an issue in...

thegraph

This is an advance provider that: >It uses a quorum and connects to multiple Providers as backends, each configured with a priority and a weight. Ethers API documentation: [FallbackProvider](https://docs.ethers.io/v5/api/providers/other/#FallbackProvider)

enhancement

I think it could be nice to consider the `master` branch stable, and automate the build + version bump + npm publication using GitHub Actions. We could: - Have a...

automation

The current utilities list are: https://github.com/aragon/connect/blob/master/packages/connect-core/src/utils/index.ts

documentation

- Contract calls. - Deploy organizations.

documentation

Like the signing panel we have on the client, this would allow app authors to provide to their users an easy way to pick a transaction path.

demos