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
Decentralized Web Node Implementation for the Sonr Network 🏎️
Readme 965 KiB
Languages
Go 50.9%
JavaScript 33.2%
HTML 11.6%
Pkl 3.2%
templ 0.9%
Other 0.2%