Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/badger-finance/gnosis-multisig-monitor
https://github.com/badger-finance/gnosis-multisig-monitor
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/badger-finance/gnosis-multisig-monitor
- Owner: Badger-Finance
- Created: 2022-03-30T04:56:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T21:00:11.000Z (7 months ago)
- Last Synced: 2024-04-22T22:23:01.612Z (7 months ago)
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖 gnosis-multisig-monitor
Grab your bot's token from [https://discord.com/developers/applications](https://discord.com/developers/applications) and export it:
```
export BOT_TOKEN=<**********>
```
With docker engine running, build the container and run it:
```
docker build -t gnosis-multisig-monitor .
```
```
docker run -t gnosis-multisig-monitor
```### Deploying
New container will be built and pushed to ECR on push to main. K8s manifest will be updated in badger-kube-manifests with new container and ArgoCD will pick up and deploy to EKS cluster.