2024-12-21 23:43:56 -05:00
2024-12-21 23:43:56 -05:00
2024-12-21 23:43:56 -05:00
2024-12-21 23:43:56 -05:00
2024-12-21 23:43:56 -05:00

onsonr/motr

GoDoc Go Report Card

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

MIT

Copyright (c) 2024, diDAO

Description
No description provided
Readme 1.4 MiB
Languages
templ 49.2%
Go 31.2%
JavaScript 18.5%
Makefile 1.1%