Skip to content

whyrusleeping/ipns-pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ipns-pub

A tool to publish ipns entries on the ipfs network with a given key

Usage

First, you'll need to generate a publish key with ipfs-key. Once you have one, simply:

ipns-pub -key=mykeyfile /ipfs/QmcgpsyWgH8Y8ajJz1Cu72KnS5uo2Aa2LpzU7kinSupNKC

The program will start up an ipfs dht, bootstrap to the network, and publish the given ipfs path to the ipns entry of your given key.

Installation

go get -d github.com/whyrusleeping/ipns-pub
cd $GOPATH/src/github.com/whyrusleeping/ipns-pub
gx --verbose install --global
go install

Note: depends on gx, install with:

go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go

License

MIT

About

a command line tool to publish ipns entries using a passed in private key

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages