* 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> |
||
|---|---|---|
| .github | ||
| .husky | ||
| .vscode | ||
| components | ||
| config | ||
| contexts | ||
| contracts | ||
| hooks | ||
| packages | ||
| pages | ||
| public | ||
| services | ||
| styles | ||
| utils | ||
| .env.example | ||
| .gitignore | ||
| .prettierignore | ||
| env.d.ts | ||
| next-env.d.ts | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| yarn.lock | ||
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
