c994411dfb3d023de804e152c627f64d0d9b4c30
* Bach Mint * Add mint_for for batch minting * Batch minting with mint to function with given number * Minor fixes * Update components/collections/actions/actions.ts Co-authored-by: name-user1 <eray@deuslabs.fi> Co-authored-by: Serkan Reis <serkanreis@gmail.com> Co-authored-by: Arda Nakışçı <anakisci@gmail.com>
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
# 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
Questions
Languages
TypeScript
98.2%
JavaScript
1%
CSS
0.5%
Shell
0.3%
