Go to file
dependabot[bot] 78a79924ed
build(deps): bump github.com/lmittmann/w3 from 0.7.0 to 0.8.1
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>
2022-06-20 06:50:23 +00:00
.github ci: fix missing env var 2022-05-17 20:36:30 +03:00
batch_balance fix: pointer param for provider 2022-05-18 13:41:55 +03:00
meta refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00
net add: (feat) erc20 total supply 2022-05-23 12:47:10 +03:00
provider refactor: rpc provider (#6) 2022-05-18 12:52:50 +03:00
.gitignore refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00
LICENSE Initial commit 2022-05-06 14:18:08 +03:00
README.md add: implement and test 2022-05-17 16:06:19 +03:00
go.mod build(deps): bump github.com/lmittmann/w3 from 0.7.0 to 0.8.1 2022-06-20 06:50:23 +00:00
go.sum build(deps): bump github.com/lmittmann/w3 from 0.7.0 to 0.8.1 2022-06-20 06:50:23 +00:00

README.md

Go Reference Go Coverage Status

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"
)