kamikazechaser / cic-go

Go modules to access various parts of the CIC stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Go modules to access various parts of the CIC stack

License:GNU Affero General Public License v3.0


Languages

Language:Go 95.4%Language:Solidity 4.6%