mirror of
https://github.com/grassrootseconomics/cic-go.git
synced 2024-11-21 13:46:46 +01:00
Mohamed Sohail
8ebcbbf479
* add: smart-contracts * add: implement and test changes to contract: - returns 0 instead of false error status - func return type is []big.Int * fix: test name * fix: (test) env var name
935 B
935 B
cic-go
Go modules to access various parts of the cic stack
Implemented
- meta (web2 metadata store)
- net (cic smart contracts)
- batch balance query (
0xb9e215B789e9Ec6643Ba4ff7b98EA219F38c6fE5
)
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"
)