Go to file
2023-02-22 22:34:31 +03:00
.github Update maintainer list - add new line 2023-02-01 16:20:42 +03:00
.husky StargazeTools init 2022-07-13 16:56:36 +03:00
.vscode Implement contract UIs (#2) 2022-07-19 10:53:03 +03:00
components Update placeholder href for Creator Income Dashboard 2023-02-22 22:34:31 +03:00
config Update config/keplr.ts 2022-09-25 21:21:43 +03:00
contexts Implement Base Minter Contract dashboard 2022-12-09 11:27:50 +03:00
contracts Remove withdraw{} from collection actions 2023-02-04 11:00:55 +03:00
hooks StargazeTools init 2022-07-13 16:56:36 +03:00
packages Change some texts and tools related things (#34) 2022-08-10 12:39:39 +03:00
pages Update IPFS Gateway for My Collections 2023-02-19 10:45:53 +03:00
public Update AssetsPreview for .html files 2023-01-24 11:16:29 +03:00
services Include the whitelist contract address in the collection creation info box (#6) 2022-09-11 20:54:28 +03:00
styles StargazeTools init 2022-07-13 16:56:36 +03:00
utils Update getAssetType() 2023-01-24 09:48:50 +03:00
.env.example Bump Studio version 2023-02-19 10:46:20 +03:00
.gitignore StargazeTools init 2022-07-13 16:56:36 +03:00
.prettierignore StargazeTools init 2022-07-13 16:56:36 +03:00
env.d.ts Stargaze Names WL support on Collection Creation 2022-12-19 15:01:00 +03:00
next-env.d.ts StargazeTools init 2022-07-13 16:56:36 +03:00
next.config.js Isolate Base & Vending Minter creation UI 2022-12-13 15:52:43 +03:00
package.json Bump Studio version 2023-02-19 10:46:20 +03:00
postcss.config.js StargazeTools init 2022-07-13 16:56:36 +03:00
README.md update readme 2022-10-02 11:23:42 +03:00
tailwind.config.js Update colors for combobox options 2022-12-14 10:16:27 +03:00
tsconfig.json Whitelist txt upload component (#9) 2022-07-29 10:39:03 +03:00
yarn.lock Update react-hot-toast version 2022-12-13 22:21:05 +03:00

stargaze-studio

stargaze-studio

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/public-awesome/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