Mohammed Sohail c34e1444dc add: implement and test
changes to contract:
- returns 0 instead of false error status
- func return type is []big.Int
2022-05-17 16:06:19 +03:00
2022-05-17 16:06:19 +03:00
2022-05-09 10:58:04 +03:00
2022-05-17 16:06:19 +03:00
2022-05-09 10:58:04 +03:00
2022-05-09 10:58:04 +03:00
2022-05-06 14:19:44 +03:00
2022-05-06 14:18:08 +03:00
2022-05-17 16:06:19 +03:00

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"
) 
Description
No description provided
Readme AGPL-3.0 135 KiB
Languages
Go 100%