Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mubarizkyc/realm-tvl
Your gateway to solana realms
https://github.com/mubarizkyc/realm-tvl
api daos governance realms realms-dao solana spl-governance
Last synced: 3 months ago
JSON representation
Your gateway to solana realms
- Host: GitHub
- URL: https://github.com/mubarizkyc/realm-tvl
- Owner: mubarizkyc
- Created: 2024-08-08T22:48:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T20:22:47.000Z (4 months ago)
- Last Synced: 2024-09-28T14:21:34.177Z (3 months ago)
- Topics: api, daos, governance, realms, realms-dao, solana, spl-governance
- Language: TypeScript
- Homepage:
- Size: 27.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Last Update : 31/8/24
# Endpointsget all GovernenceIds on Solana
https://realmtvl-4g6gp1ykn-mubarizs-projects-34801bc9.vercel.app/api/getprogramid?html=true
get all data regarding a Governece Id incluing TVL
https://realmtvl-4g6gp1ykn-mubarizs-projects-34801bc9.vercel.app/api/getrealms/GovER5Lthms3bLBqWub97yVrMmEogzX7xNjdXpPPCVZw?html=true
for use of these endpoints in application skip
```
?html=true
```
# Updating DataThis repo wll be updated monthly, however if you want to update by yourself:
```console
npm install fs path url axios sleep solana/web3.js
```
```console
ts-node index.ts update programid
```
It will take around 10-22 minutes for uodating all data depending upon your network speed
```console
ts-node index.ts update realms
```