mirror of
https://github.com/onsonr/motr.git
synced 2025-03-10 17:29:10 +00:00
659 B
659 B
onsonr/motr
onsonr/motr
is the implementation of the Decentralized Web Node for the Sonr Blockchain.
Install
go get github.com/onsonr/motr
Usage
package main
import (
"github.com/onsonr/motr"
)
func main() {
// Create a new decentralized web node
node := motr.NewNode()
// Start the decentralized web node
node.Start()
}
License
Copyright (c) 2024, diDAO