Go to file
Arda Nakışçı ff5a8d2e7d
Whitelist txt upload component (#9)
* Update ts config

* Update network chain id

* Create whitelist upload component

* Use whitelist component in contract ui

* Add whitelist component to collection info component
2022-07-29 10:39:03 +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 Whitelist txt upload component (#9) 2022-07-29 10:39:03 +03:00
config Whitelist txt upload component (#9) 2022-07-29 10:39:03 +03:00
contexts Upload assets and metadata (#4) 2022-07-28 16:38:43 +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 Whitelist txt upload component (#9) 2022-07-29 10:39:03 +03:00
public Collection info (#6) 2022-07-27 09:49:36 +03:00
services Upload assets and metadata (#4) 2022-07-28 16:38:43 +03:00
styles StargazeTools init 2022-07-13 16:56:36 +03:00
utils Upload assets and metadata (#4) 2022-07-28 16:38:43 +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