Go to file
name-user1 039b8b424b
Launchpad V2 sync (#34)
* V2 Sync

* v2 sync

* Launchpad V2 sync

* Update trading start time description

* Add explicit_content to CollectionDetails update dependencies

* Minor UI changes

* Update MintPriceMessage interface

* Add symbolState.value to CollectionDetails update dependencies

* Add external_link to Collection Details

* Remove the tab Instantiate from the minter contract dashboard

* Add price check for update_minting_price

* Implement dynamic per address limit check

* Add checks for trading start time

* Update Minter Contract Dashboard Instantiate Tab - 1

* Update Minter Contract Dashboard Instantiate Tab - 2

* Remove Instantiate tab from SG721 Contract Dashboard

* Update whitelist contract helpers

* Update whitelist instantiate fee wrt member limit

Co-authored-by: name-user1 <eray@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
2022-10-20 19:02:52 -06: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 (#2) 2022-07-19 10:53:03 +03:00
components Launchpad V2 sync (#34) 2022-10-20 19:02:52 -06:00
config Update config/keplr.ts 2022-09-25 21:21:43 +03:00
contexts Launchpad V2 sync (#34) 2022-10-20 19:02:52 -06:00
contracts Launchpad V2 sync (#34) 2022-10-20 19:02:52 -06:00
hooks StargazeTools init 2022-07-13 16:56:36 +03:00
packages Change some texts and tools related things (#34) 2022-08-10 12:39:39 +03:00
pages Launchpad V2 sync (#34) 2022-10-20 19:02:52 -06:00
public UI changes (#9) 2022-09-13 08:19:04 +03:00
services Include the whitelist contract address in the collection creation info box (#6) 2022-09-11 20:54:28 +03:00
styles StargazeTools init 2022-07-13 16:56:36 +03:00
utils Launchpad V2 sync (#34) 2022-10-20 19:02:52 -06:00
.env.example Launchpad V2 sync (#34) 2022-10-20 19:02:52 -06: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 Launchpad V2 sync (#34) 2022-10-20 19:02:52 -06: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 (#43) 2022-09-01 09:27:23 +03:00
postcss.config.js StargazeTools init 2022-07-13 16:56:36 +03:00
README.md update readme 2022-10-02 11:23:42 +03:00
tailwind.config.js Updated look for collection creation tabs (#12) 2022-09-19 11:14:30 +03:00
tsconfig.json Whitelist txt upload component (#9) 2022-07-29 10:39:03 +03:00
yarn.lock Merge development to main (#43) 2022-09-01 09:27:23 +03:00

stargaze-studio

stargaze-studio

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/public-awesome/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