Author

Topic: [ANN] New DigitalName alias API for cryptocurrencies and XDN.IO service (Read 796 times)

sr. member
Activity: 294
Merit: 250
???
Hello,
We are happy to announce new alias API for any cryptocurrency, called DigitalName. http://digitalname.org
And a first service made with this API called XDN.IO It is a free DigitalNote XDN address alias service.

It uses JSON and DNS API:

JSON URL

http://xdn.io/digitalname/demo
http://xdn.io/name/demo

{
  "digitalname1" : [
    {
      "name" : "demo",
      "alias":"xdn.io/name/demo",
      "xdn" : dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....",
      "btc" : "1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX",
      "description" : "Demo xdn.io digitalname example",
      "pgp-key" : "-----BEGIN PGP PUBLIC KEY BLOCK-----"
    },
  ]
}

TXT DNS Record:
digitalname1;
xdn: dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....;
btc: 1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX;
description: Demo xdn.io digitalname example;
pgp-key : -----BEGIN PGP PUBLIC KEY BLOCK-----;

It is very easy just to add JSON to any URL and to own your DigitalName.

DigitalNote wallet is the first software with digitalname support.

https://github.com/xdn-project/digitalnotewallet/commit/fd2e349c6b76996f6d2f61cc4caee02358e8d88f

We will improve DigitalName aliases with DNSSEC and other security and usability features, but you already can use it with http://xdn.io and DigitalNote, or you can add DigitalName alias support to any cryptocurrency wallet.





Will inbox this to a interested friend, thank you
legendary
Activity: 2424
Merit: 1148
This looks very interesting and useful, thanks
member
Activity: 70
Merit: 10
Hello,
We are happy to announce new alias API for any cryptocurrency, called DigitalName. http://digitalname.org
And a first service made with this API called XDN.IO It is a free DigitalNote XDN address alias service.

It uses JSON and DNS API:

JSON URL

http://xdn.io/digitalname/demo
http://xdn.io/name/demo

{
  "digitalname1" : [
    {
      "name" : "demo",
      "alias":"xdn.io/name/demo",
      "xdn" : dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....",
      "btc" : "1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX",
      "description" : "Demo xdn.io digitalname example",
      "pgp-key" : "-----BEGIN PGP PUBLIC KEY BLOCK-----"
    },
  ]
}

TXT DNS Record:
digitalname1;
xdn: dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....;
btc: 1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX;
description: Demo xdn.io digitalname example;
pgp-key : -----BEGIN PGP PUBLIC KEY BLOCK-----;

It is very easy just to add JSON to any URL and to own your DigitalName.

DigitalNote wallet is the first software with digitalname support.

https://github.com/xdn-project/digitalnotewallet/commit/fd2e349c6b76996f6d2f61cc4caee02358e8d88f

We will improve DigitalName aliases with DNSSEC and other security and usability features, but you already can use it with http://xdn.io and DigitalNote, or you can add DigitalName alias support to any cryptocurrency wallet.




Looks nice. I will have a try
hero member
Activity: 896
Merit: 1000
Hello,
We are happy to announce new alias API for any cryptocurrency, called DigitalName. http://digitalname.org
And a first service made with this API called XDN.IO It is a free DigitalNote XDN address alias service.

It uses JSON and DNS API:

JSON URL

http://xdn.io/digitalname/demo
http://xdn.io/name/demo

{
  "digitalname1" : [
    {
      "name" : "demo",
      "alias":"xdn.io/name/demo",
      "xdn" : dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....",
      "btc" : "1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX",
      "description" : "Demo xdn.io digitalname example",
      "pgp-key" : "-----BEGIN PGP PUBLIC KEY BLOCK-----"
    },
  ]
}

TXT DNS Record:
digitalname1;
xdn: dddneZ6zEVGG83zNytTRC35c6GpnTMcodWhXRroH....;
btc: 1BitcoinAddressrCNLbtMDqcw6o5GNn4xqX;
description: Demo xdn.io digitalname example;
pgp-key : -----BEGIN PGP PUBLIC KEY BLOCK-----;

It is very easy just to add JSON to any URL and to own your DigitalName.

DigitalNote wallet is the first software with digitalname support.

https://github.com/xdn-project/digitalnotewallet/commit/fd2e349c6b76996f6d2f61cc4caee02358e8d88f

We will improve DigitalName aliases with DNSSEC and other security and usability features, but you already can use it with http://xdn.io and DigitalNote, or you can add DigitalName alias support to any cryptocurrency wallet.



Jump to: