Categorygithub.com/lino-network/lino-go
module
0.4.4
Repository: https://github.com/lino-network/lino-go.git
Documentation: pkg.go.dev

# README

lino-go

lino-go is the Go library of the Lino Blockchain. It's created for ease use of building DApps on Lino blockchain, as well as providing more query APIs than blockchain supported.

Examples

Examples are under folder of /lino-go/example/...

Contributions

Patches are welcome! If you would like to contribute, but don't know what to work on, check the issues list.

Issues

When you find issues, please report them!

Developer Community

Please join us on on:

Subsribe to email list on our website.

To enable the private key check hook:

$ git config core.hooksPath .githook

# Packages

Package api initiates a go library API which can be used to query data from blockchain and broadcast transactions to blockchain.
Pacakge broadcast includes the functionalities to broadcast all kinds of transactions to blockchain.
Package errors deals with all types of error encountered.
No description provided by the author
No description provided by the author
Package query includes the functionalities to query data from the blockchain.
No description provided by the author
Package transport implements the functionalities that directly interact with the blockchain to query data or broadcast transaction.
No description provided by the author