Go to file
Mohamed Sohail 63cfc4e8a9
docs: release v1.1.0
2022-05-09 11:06:00 +03:00
.github update: (cic_net) add new methods and tests (#1) 2022-05-08 14:13:45 +03:00
cic_meta release: v0.1.0 2022-05-06 14:19:44 +03:00
cic_net update: (cic_net) add new methods and tests (#1) 2022-05-08 14:13:45 +03:00
.gitignore update: (cic_net) add new methods and tests (#1) 2022-05-08 14:13:45 +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 release: v0.1.0 2022-05-06 14:19:44 +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"
)