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: about 10 hours 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:17:00.000Z (about 2 months ago)
- Last Synced: 2024-12-09T19:42:57.488Z (4 days ago)
- Language: TypeScript
- Homepage: https://realms.today
- Size: 146 MB
- Stars: 302
- Watchers: 8
- Forks: 551
- Open Issues: 119
-
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
```