Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solana-labs/governance-ui
https://github.com/solana-labs/governance-ui
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/solana-labs/governance-ui
- Owner: solana-labs
- License: apache-2.0
- Created: 2021-08-16T23:37:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T18:42:26.000Z (2 months ago)
- Last Synced: 2024-09-13T03:21:07.476Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://realms.today
- Size: 143 MB
- Stars: 288
- Watchers: 9
- Forks: 541
- Open Issues: 112
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - solana-labs/governance-ui - (TypeScript)
- awesome-solana-nfts-v2 - DAO update
- best-of-crypto - GitHub - 72% open · ⏱️ 05.06.2024): (Smart Contract Platforms)
README
### Using custom Swap API endpoints
You can set custom URLs via the configuration for any self-hosted Jupiter APIs, like the [V6 Swap API](https://station.jup.ag/docs/apis/self-hosted) or [Paid Hosted APIs](https://station.jup.ag/docs/apis/self-hosted#paid-hosted-apis) Here is an example:
```
NEXT_PUBLIC_JUPTER_SWAP_API_ENDPOINT=https://quote-api.jup.ag/v6
```