Arda Nakışçı 4ba58eca6d Refactoring collection creation logic (#20)
* Split collection info component

* Fix texts

* Refactor components

* Create upload details component

* Add on change method to collection details

* Add on change method to minting details

* Add on change method to whitelist details

* Add on change method to royalty details

* Update create page name

* Refactor code for collection creation logic
2022-08-04 12:16:42 +03:00
2022-07-13 16:56:36 +03:00
2022-07-13 16:56:36 +03:00
2022-07-19 10:53:03 +03:00
2022-07-29 10:56:43 +03:00
2022-07-28 16:38:43 +03:00
2022-08-03 10:57:03 +03:00
2022-07-13 16:56:36 +03:00
2022-07-13 16:56:36 +03:00
2022-07-13 16:56:36 +03:00
2022-07-28 16:38:43 +03:00
2022-07-13 16:56:36 +03:00
2022-07-13 16:56:36 +03:00
2022-07-28 16:38:43 +03:00
2022-07-13 16:56:36 +03:00
2022-07-13 16:56:36 +03:00
2022-07-27 09:49:36 +03:00
2022-07-28 16:38:43 +03:00
2022-07-13 16:56:36 +03:00
2022-07-13 16:56:36 +03:00
2022-07-27 09:49:36 +03:00
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

S
Description
No description provided
Readme
7.8 MiB
Languages
TypeScript 98.2%
JavaScript 1%
CSS 0.5%
Shell 0.3%