mirror of
https://github.com/grassrootseconomics/cic-go.git
synced 2026-05-14 04:28:41 +02:00
a759e7aa16123c4e197a4fd932b0ace289362125
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"
)
Languages
Go
100%