Skip to content

Commit

Permalink
docs: update README.md (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybxyz authored Dec 29, 2021
1 parent b376c57 commit 6c5f6bc
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ The fundraising module is a Cosmos SDK module that that serves fundraising featu

The fundraising module is built using Cosmos SDK and Tendermint and created with [Starport](https://github.com/tendermint/starport).

**The fundraising module PoC is in active development - see "main" branch for the latest version**
- see the [main](https://github.com/tendermint/fundraising/tree/main) branch for the latest
- see [releases](https://github.com/tendermint/fundraising/releases) for the latest release

## Dependencies

Expand All @@ -13,7 +14,7 @@ If you haven't already, install Golang by following the [official docs](https://
Requirement | Notes
----------- | -----------------
Go version | Go1.16 or higher
Cosmos SDK | v0.44.0 or higher
Cosmos SDK | v0.44.0

## Installation

Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
github.com/google/go-cmp v0.5.6 // indirect
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.2 // indirect
github.com/regen-network/cosmos-proto v0.3.1
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.3
Expand All @@ -20,6 +21,7 @@ require (
github.com/tendermint/tm-db v0.6.4
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
google.golang.org/grpc v1.43.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.0.0 // indirect
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
)
Expand Down
Loading

0 comments on commit 6c5f6bc

Please sign in to comment.