Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Errorist79 committed Jan 17, 2023
1 parent a05d30d commit dacabf9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Cosmos-governance

Governance proposals notification/alert bot for Cosmos-based chains.
Get all new proposals from any chain you want!

## Requirements

node.js >=17.*

## Setup

```
git clone https://github.com/testnetrunn/cosmos-governance.git
cd cosmos-governance
```

```
npm install
npx prisma db push
cp .env.sample .env
```

edit `.env` file.

edit `settings.json` file for adding new chain.

0 comments on commit dacabf9

Please sign in to comment.