mirror of
https://github.com/grassrootseconomics/cic-go.git
synced 2025-04-04 07:31:02 +02:00
28 lines
1005 B
Markdown
28 lines
1005 B
Markdown
> DEPRECATED: Use https://github.com/grassrootseconomics/cic-go-sdk
|
|
|
|
[](https://pkg.go.dev/github.com/grassrootseconomics/cic_go)
|
|
[](https://github.com/grassrootseconomics/cic_go/actions/workflows/go.yml)
|
|
[](https://coveralls.io/github/grassrootseconomics/cic_go?branch=sohail/cic_net_updates)
|
|
|
|
# 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
|
|
|
|
```go
|
|
import (
|
|
cic_meta "github.com/grassrootseconomics/cic-go/meta"
|
|
cic_net "github.com/grassrootseconomics/cic-go/net"
|
|
)
|
|
```
|