Arda Nakışçı aa42f8763a Implement contract UIs (#2)
* Add instantiate page for minter

* Add query page to minter contract

* Add execute page for minter contract

* Add contracts index page

* Refaactor sg721 helper files

* Add instantiate page

* Add query page for sg721

* Add execute page for sg721 contract

* Copy page templates for whitelist contracts

* Add instantitate for whitelist contract

* Add query page to whitelist contract

* Add execute page for whitelist contract
2022-07-19 10:53:03 +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-19 10:53:03 +03:00
2022-07-19 10:53:03 +03:00
2022-07-19 10:53:03 +03:00
2022-07-19 10:53:03 +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-13 16:56:36 +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-13 16:56:36 +03:00
2022-07-13 16:56:36 +03:00
2022-07-19 10:53: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-13 16:56:36 +03:00
2022-07-13 16:56:36 +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%