FederationCloud - Free Open Federation Service
istrau2 I have updated my post, actually it is the the api which allow you to do account id lookup in your application. Image this scenario, someone use your wallet application to transfer money to stellar address jed(asterisk)federationcloud.info, then the wallet will need the api to find the actual stellar account id.
- Edited
dzham Thank you for your suggestion. But I think the port for federation lookup doesn't matter. Before you send the actual lookup request to the federation server, you have to find out the real federation server address (FEDERATION_SERVER) in the stellar.toml on https://www.federationcloud.info/.well-known/stellar.toml.
You need an Access-Control-Allow-Origin: * on your responses
Very nice!
- Edited
some update:
- Claim a stellar address,
- Federation lookup within the domain,
- Federation lookup for any domain,
- Reverse federation lookup within the domain,
- Withdraw a Stellar address,
- Open API following Stellar Federation Protocol,
- Chinese and English support.
- Email validation is added.
- The project has been rename to FedCloud, and the domain has been changed to https://www.fedcloud.info/, because name(asterisk)fedcloud.info is shorter, so it must be easier than name(asterisk)federationcloud.info to type and remember.
- Edited
syntaxval I am happy that you like it. And remind you that the domain has changed to https://www.fedcloud.info/
@Nate I tried to check your federation lookup for any domain feature but got a not found error on this address: igorstellarfox.net
When you query my federation service: https://testnet.stellarfox.net/federation?q=igorstellarfox.net&type=name
you get the response:{"stellar_address":"igor*stellarfox.net","account_id":"GCUIWF5WETPRVKRT5ZYVPKYMCAHPARZGMLIYHVWZUFHGGPHRTMBFUTXA"} and my https://testnet.stellarfox.net/.well-known/stellar.toml contents: FEDERATION_SERVER = "https://testnet.stellarfox.net/federation"
- Edited
syntaxval Sorry for the late reply, I am sick with influenza for few days. You can't get any result because you didn't strictly follow the stellar federation protocol. You should move the stellar.toml file to https://stellarfox.net/.well-known or you should name your stellar adress name(asterisk)testnet.stellarfox.net. Hope this helps you.
Oh, sorry to hear that, I hope you can get well soon!
Thanks for pointing it out! I totally missed that when I moved to testnet subdomain. Works fine now.