Rust Implementation of ZeroNet Protocol
This Repo is Archived because Source Code Available at https://github.com/canewsin/zeronet-rs, thus new releases are also availble in that repo.
Currently this is just a non active cmd line tool. You can use available commands to execute things.
- Site Create => Create New Site
- Site Download => Download Site from internet peers
- Site Need File => Download Site Single(Inner) File from peers
- Find Peers via Trackers => Discover Peers using torrent tracker network
- Site Sign => sign changes in site files
- Site Verify => verify content file hashes with files
- PeerExchange => Get more peers from connected peers
- PeerPing => Get peer alive status
- dbRebuild => Build db from data files using dbschema.json
- dbQuery => Sql Query on built db to fetch data
- getConfig => Client Config data
- siteCreate
- siteDownload
- siteNeedFile
- siteFindPeers
- sitePeerExchange
- siteFetchChanges
- siteSign
- siteVerify
- peerPing
- dbRebuild
- dbQuery
- getConfig
pass -s "Your Site Address" for above commands
Latest Packages Available on Github Releases.
zeronet.exe siteDownload -s "1HELLoE3sFD9569CLCbHEAVqvqV7U2Ri9d"
./zeronet siteDownload -s "1HELLoE3sFD9569CLCbHEAVqvqV7U2Ri9d"
You may need to give exec permission on Linux/Mac OS
chmod +x zeronet
and rerun the cmd