Go to file
2022-07-26 11:42:45 +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 Add collection queries page (#5) 2022-07-26 11:42:45 +03:00
config Implement contract UIs (#2) 2022-07-19 10:53:03 +03:00
contexts Implement contract UIs (#2) 2022-07-19 10:53:03 +03:00
contracts Implement contract UIs (#2) 2022-07-19 10:53: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 Add collection queries page (#5) 2022-07-26 11:42:45 +03:00
public StargazeTools init 2022-07-13 16:56:36 +03:00
services StargazeTools init 2022-07-13 16:56:36 +03:00
styles StargazeTools init 2022-07-13 16:56:36 +03:00
utils Implement contract UIs (#2) 2022-07-19 10:53:03 +03:00
.env.example Added contract helpers for minter, sg721 & whitelist 2022-07-14 13:16:50 +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 Implement contract UIs (#2) 2022-07-19 10:53:03 +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 Added contract helpers for minter, sg721 & whitelist 2022-07-14 13:16:50 +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 Added contract helpers for minter, sg721 & whitelist 2022-07-14 13:16:50 +03:00
tsconfig.json StargazeTools init 2022-07-13 16:56:36 +03:00
yarn.lock Added contract helpers for minter, sg721 & whitelist 2022-07-14 13:16:50 +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