This is a submission for the DAO Global Hackathon Bounty
NEAR Blog on Astro initiative.
- Clone the repo
yarn
npm run start:dev
- Connect a wallet
- Create proposals (Transfer, Bounty, Add Member, Remove Member)
- Get proposals updates in Slack channel
- Vote on proposals
- Query the DAO Treasury balance
Users' private keys are never stored within the app. Each and every transaction must be signed via the Wallet.
.evn
file should be created in the root folder, with the following variables:
ASTRO_API=https://api.testnet.app.astrodao.com/api/v1
ASTRO_APP=https://api.testnet.app.astrodao.com
SLACK_HOOK=<HOOK>
APP_CLIENT_ID=<Client ID>
APP_SHARED_SECRET=<Shared Secret>
BOT_TOKEN=<Bot Token>