From 63cfc4e8a9cfb51c21259819cfa925c57d6ed922 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Mon, 9 May 2022 11:06:00 +0300 Subject: [PATCH] docs: release v1.1.0 --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96fa363..9901113 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,23 @@ [![Go](https://github.com/grassrootseconomics/cic_go/actions/workflows/go.yml/badge.svg)](https://github.com/grassrootseconomics/cic_go/actions/workflows/go.yml) [![Coverage Status](https://coveralls.io/repos/github/grassrootseconomics/cic_go/badge.svg?branch=sohail/cic_net_updates)](https://coveralls.io/github/grassrootseconomics/cic_go?branch=sohail/cic_net_updates) -# cic_go +# cic-go Go modules to access various parts of the cic stack ## Implemented -- cic_net -- cic_meta \ No newline at end of file +- meta (web2 metadata store) +- net (cic smart contracts) + +## Installation + +`go get -u github.com/grassrootseconomics/cic-go` + +## Usage + +```go +import ( + cic_meta "github.com/grassrootseconomics/cic-go/meta" + cic_net "github.com/grassrootseconomics/cic-go/net" +) +``` \ No newline at end of file