https://github.com/solana-labs/governance-ui
https://github.com/solana-labs/governance-ui
Last synced: 2 months 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 (6 months ago)
- Last Synced: 2025-02-07T13:48:12.660Z (2 months ago)
- Language: TypeScript
- Homepage: https://realms.today
- Size: 146 MB
- Stars: 313
- Watchers: 8
- Forks: 557
- Open Issues: 124
-
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
# governance-ui
This repo still exists in archived form, but the maintained version has now relocated to: https://github.com/Mythic-Project/governance-ui
### 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
```