Go to file
2022-08-05 14:24:19 +03:00
.github StargazeTools init 2022-07-13 16:56:36 +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 Fix merge conflicts 2022-08-05 14:24:19 +03:00
config Update testnet network config 2022-07-29 10:56:43 +03:00
contexts Upload assets and metadata (#4) 2022-07-28 16:38:43 +03:00
contracts Execute selection fix (#17) 2022-08-03 10:57:03 +03:00
hooks StargazeTools init 2022-07-13 16:56:36 +03:00
packages StargazeTools init 2022-07-13 16:56:36 +03:00
pages Collection creation page styling (#26) 2022-08-05 14:13:27 +03:00
public Preview & upload support for audio & video files (#14) 2022-08-03 09:31:35 +03:00
services Refactoring collection creation logic (#20) 2022-08-04 12:16:42 +03:00
styles StargazeTools init 2022-07-13 16:56:36 +03:00
utils Preview & upload support for audio & video files (#14) 2022-08-03 09:31:35 +03:00
.env.example Upload assets and metadata (#4) 2022-07-28 16:38:43 +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 Upload assets and metadata (#4) 2022-07-28 16:38:43 +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-lock.json Collection info (#6) 2022-07-27 09:49:36 +03:00
package.json Upload assets and metadata (#4) 2022-07-28 16:38:43 +03:00
postcss.config.js StargazeTools init 2022-07-13 16:56:36 +03:00
README.md StargazeTools init 2022-07-13 16:56:36 +03:00
tailwind.config.js Collection info (#6) 2022-07-27 09:49:36 +03:00
tsconfig.json Whitelist txt upload component (#9) 2022-07-29 10:39:03 +03:00
yarn.lock Upload assets and metadata (#4) 2022-07-28 16:38:43 +03:00

stargaze-tools

stargaze-tools

  • 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-tools.git
cd stargaze-tools

# 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