mirror of
https://github.com/grassrootseconomics/cic-go.git
synced 2024-11-12 18:06:47 +01:00
.github | ||
meta | ||
net | ||
smart-contracts/on-chain-balances-resolver | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
cic-go
Go modules to access various parts of the cic stack
Implemented
- meta (web2 metadata store)
- net (cic smart contracts)
Installation
go get -u github.com/grassrootseconomics/cic-go
Usage
import (
cic_meta "github.com/grassrootseconomics/cic-go/meta"
cic_net "github.com/grassrootseconomics/cic-go/net"
)