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 usage1. 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 worksThe storage is a list of following records: {, }. Information is stored in JSON-formatted Nxt AMs sent to predefined Nxt ID.
How to add torrent file1. 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/nxtnet3. 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!