ZeroNet-related functions implemented in pure JavaScript.
Returns a promise for the file data (will download from a remote peer to local storage if needed) for the requested zite.
const file = await peer0.getFile(ziteAddr, filePath)
Returns a promise for a summary of information (read from content.json) for the requested zite.
const info = await peer0.getInfo(ziteAddr)
- Title (required)
- Description (required)
- Image Icon (min: 32px² | max: 1024px²)
- Image Banner
- Screenshots
- Content Rating
- Tags (keywords)
- Tagline (short <200 char description, typically displayed in searches)
- Built-in Plugins (chat, forum, dropbox, etc)
- Connect & communicate with ZeroNet peers via TCP.
- Connect & communicate with Torrent trackers via UDP.
- Blockchain integrations
- Bitcoin (BitcoinJS)
- Ethereum (Ethers.io)
- IPFS
coming soon...
Released under the terms of the MIT LICENSE.