stellar / go

Stellar's public monorepo of go code
https://stellar.org/developers
Apache License 2.0
1.3k stars 499 forks source link

services/horizon: Include more network metadata from horizon #3905

Open paulbellamy opened 3 years ago

paulbellamy commented 3 years ago

What problem does your feature solve?

When setting up futurenet for protocol 18, to send out to developers @rice2000 had to ask if there was a friendbot or a way to get funds. Then someone with the keys had to send out funds to devs "manually".

What would you like to see?

EVM chains have a github repo with chain metadata. For example, the avalanche testnet metadata, includes basic info about the chain as well as rpc servers, txn explorers (infoURL), and most importantly, a list of faucet urls (if there are any).

What alternatives are there?

Not sure if horizon is the best place for this info, but some standardized way of broadcasting faucet URLs for a network might make development, and wallet configuration easier.

bartekn commented 3 years ago

Maybe we should use _links in root resource? I remember we had friendbot link in the past but it was removed once we moved the service outside Horizon package.