mirror of
https://github.com/grassrootseconomics/cic-go.git
synced 2024-11-21 21:56:45 +01:00
1332e7d9ad
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.17 to 1.10.21. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.17...v1.10.21) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
batch_balance | ||
meta | ||
net | ||
provider | ||
.deepsource.toml | ||
.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)
- 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"
)