Go to file
Mohamed Sohail 2c8c45ba17
add: smart-contracts
2022-05-14 11:16:47 +03:00
.github Rename depandabot.yml to dependabot.yml 2022-05-11 12:30:02 +03:00
meta refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00
net refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00
smart-contracts/on-chain-balances-resolver add: smart-contracts 2022-05-14 11:16:47 +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 docs: release v1.1.0 2022-05-09 11:06:00 +03:00
go.mod refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00
go.sum release: v0.1.0 2022-05-06 14:19:44 +03: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)

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