Post
Topic
Board Announcements (Altcoins)
Re: NXT :: descendant of Bitcoin - Updated Information
by
nxtru
on 01/02/2014, 18:02:53 UTC
AM Contest entry

It's a decentralized storage of URI's on top of Nxt AM. The app allows you to add a new URI with description and search among existing records.

Examples of usage
1. Decentralized storage of torrent files (in form of magnet links);
2. Decentralized DNS: add records like this: URI - , description - ;
3. Decentralized storage of bookmarks;

How it works
The storage is a list of following records: {, }. Information is stored in JSON-formatted Nxt AMs sent to predefined Nxt ID.

How to add torrent file
1. Download torrent file; you need to convert it to the magnet link to publish (will take <1min).
2. Go to the app page: http://95.85.8.113:9000/nxtnet
3. Go to link "torrent to magnet link converter (external)".
4. Upload torrent file there, copy the magnet link to clipboard.
5. Return back to the app page.
6. Paste the magnet link to the URI field.
7. Add description.
8. Add it!