rooot-node-lib
This library holds the common modules used by the Rooot™ system in Golang. It's specially suited for applications involving the node.
Usage
$ go get github.com/edgewhere/rooot-node-lib
For example, to manipulate transactions, you may import the Transaction model:
import "github.com/edgewhere/rooot-node-lib/models/transaction"
tx := transaction.Transaction{}
License
The use of the Rooot™ node API is subject to fees for commercial purpose. Please contact us to get further information.
In any case, the use of this library is subject to the respect of the GNU AGPL-3.0 license.
© 2019-2020 Edgewhere SAS. All rights reserved.