Go to file
Serkan Reis 15d1121a61
Merge pull request #389 from public-awesome/develop
Remove testnet checks for contract upload
2024-06-09 16:06:20 +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 Enable contract uploads with authorization 2024-06-09 15:45:28 +03:00
config Merge branch 'develop' into main 2024-04-16 18:34:30 +03:00
contexts Add whitelist-merkletree contract helpers 2024-04-02 13:04:25 +03:00
contracts Merge pull request #364 from public-awesome/wl-merkletree-dashboard-update 2024-04-10 18:59:47 +03:00
hooks Enable taking collection snapshots 2023-12-31 21:47:30 +03:00
packages Change some texts and tools related things (#34) 2022-08-10 12:39:39 +03:00
pages Remove testnet checks for contract upload 2024-06-09 16:05:30 +03:00
public PDF support for collection creation 2023-11-22 23:23:51 +03:00
services/upload Use Cosmos Kit with Keplr Extension support. 2023-10-11 16:48:20 -07:00
styles StargazeTools init 2022-07-13 16:56:36 +03:00
utils Improve factory selection logic for OE collections 2024-04-14 19:53:44 +03:00
.env.example Enable WL use for Open/Limited Edition collections on mainnet 2024-04-26 13:27:48 +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 Improve factory selection logic for OE collections 2024-04-14 19:53:44 +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-lock.json Enable contract uploads with authorization 2024-06-09 15:45:28 +03:00
package.json Enable contract uploads with authorization 2024-06-09 15:45:28 +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 Sidebar 2023-02-14 20:45:25 +03:00
tsconfig.json Whitelist txt upload component (#9) 2022-07-29 10:39:03 +03:00
yarn.lock Enable contract uploads with authorization 2024-06-09 15:45:28 +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