mirror of
https://github.com/grassrootseconomics/cic-go.git
synced 2026-05-20 15:11:08 +02:00
78a79924ede2adc16371eeb3975655d25df9d248
Bumps [github.com/lmittmann/w3](https://github.com/lmittmann/w3) from 0.7.0 to 0.8.1. - [Release notes](https://github.com/lmittmann/w3/releases) - [Commits](https://github.com/lmittmann/w3/compare/v0.7.0...v0.8.1) --- updated-dependencies: - dependency-name: github.com/lmittmann/w3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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"
)
Languages
Go
100%