onsonr/motr is the implementation of the Decentralized Web Node for the Sonr Blockchain.
Install
go get github.com/onsonr/motr
Usage
packagemainimport("github.com/onsonr/motr")funcmain(){// Create a new decentralized web nodenode:=motr.NewNode()// Start the decentralized web nodenode.Start()}