Go to file
Serkan Reis b2fe18cfc0
Merge pull request from public-awesome/single-page
Single collection actions page
2022-09-23 14:38:59 +03:00
.github Change code owners 2022-09-05 09:37:10 +03:00
.husky StargazeTools init 2022-07-13 16:56:36 +03:00
.vscode Implement contract UIs () 2022-07-19 10:53:03 +03:00
components Execute button bug fix 2022-09-23 12:19:29 +03:00
config Change some texts and tools related things () 2022-08-10 12:39:39 +03:00
contexts Upload assets and metadata () 2022-07-28 16:38:43 +03:00
contracts Merge development to main () 2022-09-01 09:27:23 +03:00
hooks StargazeTools init 2022-07-13 16:56:36 +03:00
packages Change some texts and tools related things () 2022-08-10 12:39:39 +03:00
pages Add router functionality 2022-09-23 13:31:28 +03:00
public UI changes () 2022-09-13 08:19:04 +03:00
services Include the whitelist contract address in the collection creation info box () 2022-09-11 20:54:28 +03:00
styles StargazeTools init 2022-07-13 16:56:36 +03:00
utils Add launchpad link to collection creation results () 2022-09-15 10:33:08 +03:00
.env.example Add launchpad link to collection creation results () 2022-09-15 10:33:08 +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. Execute button bug fix 2022-09-23 12:19:29 +03:00
env.d.ts Add launchpad link to collection creation results () 2022-09-15 10:33:08 +03:00
next-env.d.ts StargazeTools init 2022-07-13 16:56:36 +03:00
next.config.js StargazeTools init 2022-07-13 16:56:36 +03:00
package.json Merge development to main () 2022-09-01 09:27:23 +03:00
postcss.config.js StargazeTools init 2022-07-13 16:56:36 +03:00
README.md Change some texts and tools related things () 2022-08-10 12:39:39 +03:00
tailwind.config.js Updated look for collection creation tabs () 2022-09-19 11:14:30 +03:00
tsconfig.json Whitelist txt upload component () 2022-07-29 10:39:03 +03:00
yarn.lock Merge development to main () 2022-09-01 09:27:23 +03:00

stargaze-studio

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