onsonr/motr
is the implementation of the Decentralized Web Node for the Sonr Blockchain.
go get github.com/onsonr/motr
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()
}
GOOS=js GOARCH=wasm go build -o app.wasm ./cmd/vault/main.go
GOOS=js GOARCH=wasm go build -o app.wasm ./cmd/proxy/main.go
Contributions are welcome!
Copyright (c) 2024, diDAO