c7098cc40c
* Update sg721 default query type as collection_info * Update Stargaze brand text position on welcome screen * Fix typo on Sg721 contract Execute page |
||
---|---|---|
.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.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
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