docs: release v1.1.0

This commit is contained in:
Mohamed Sohail 2022-05-09 11:06:00 +03:00
parent 7731a23e35
commit 63cfc4e8a9
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 16 additions and 3 deletions

View File

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