1624f0c33238dcecf73acc04f47dfb5ea0c7e31c
* Use existing base token URI for collection creation * Cover image preview when using existing base token URI option * Fix cover image preview border for non-square images * check baseTokenURI and coverImageUrl validity * Fix typo * Cover image validity condition update * Remove unnecessary conditionals * Display correct collection creation results when using an existing base token URI * Fix: base token URI not being displayed correctly for new uploads * Post-review update * Remove extra props Co-authored-by: findolor <anakisci@gmail.com>
stargaze-studio
- 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-studio.git
cd stargaze-studio
# 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%
