mirror of
https://github.com/grassrootseconomics/cic-go.git
synced 2024-11-21 21:56:45 +01:00
docs: release v1.1.0
This commit is contained in:
parent
7731a23e35
commit
63cfc4e8a9
19
README.md
19
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)
|
[![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)
|
[![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
|
Go modules to access various parts of the cic stack
|
||||||
|
|
||||||
## Implemented
|
## Implemented
|
||||||
|
|
||||||
- cic_net
|
- meta (web2 metadata store)
|
||||||
- cic_meta
|
- 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"
|
||||||
|
)
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user