This is a reference implementation for the Decentralized Mutable Torrents extension proposed here: https://github.com/lmatteis/bittorrent.org/blob/master/beps/bep_0046.rst
Follow discussion about this BEP here: bittorrent/bittorrent.org#34
npm install
$ ./bin/cmd.js --help
- mutable torrents commands:
keypair Create new public-private keypair
publish <public-key> <private-key> <info-hash> Publish new torrent
consume <public-key> Downloads mutable torrent
MIT.