![stargaze-tools](./public/social.png) # stargaze-tools - Mainnet website: https:// - Testnet website: https:// ## Prerequisites **Required** - Git - Node.js 14 or LTS - Yarn - Keplr Wallet browser extension **Optional** - S3 bucket instance (minio, etc.) ## Setup local development ```sh # clone repository git clone https://github.com/deus-labs/stargaze-tools.git cd stargaze-tools # install dependencies yarn install # copy env file and fill in values cp .env.example .env # run development server yarn dev # (optional) lint and format project yarn lint ``` ## References - https://docs.stargaze.zone ## Questions - [Discord](https://discord.gg/stargaze) - [Telegram](https://t.me/joinchat/ZQ95YmIn3AI0ODFh) - [Twitter](https://twitter.com/stargazezone)