Nate

You need to host this on the proper port for federation lookups to work, i.e. 443

  • Nate replied to this.

    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.

    Nate

    My bad, I mistakenly thought you had the stellar.toml on port 8002 too.

    • Nate replied to this.

      dzham That is my mistake, I put a wrong link with 8002 port at the beginning. hh, thank you

      13 days later

      You need an Access-Control-Allow-Origin: * on your responses

      • Nate replied to this.

        istrau2 Thank you for your suggestion, I have added this now.

        some update:

        1. Claim a stellar address,
        2. Federation lookup within the domain,
        3. Federation lookup for any domain,
        4. Reverse federation lookup within the domain,
        5. Withdraw a Stellar address,
        6. Open API following Stellar Federation Protocol,
        7. Chinese and English support.
        8. Email validation is added.
        9. 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.

        @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=igor
        stellarfox.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"

        • Nate replied to this.

          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. ✅

          alt text

          2 years later