ff5a8d2e7d
* Update ts config * Update network chain id * Create whitelist upload component * Use whitelist component in contract ui * Add whitelist component to collection info component |
||
---|---|---|
.github | ||
.husky | ||
.vscode | ||
components | ||
config | ||
contexts | ||
contracts | ||
hooks | ||
packages | ||
pages | ||
public | ||
services | ||
styles | ||
utils | ||
.env.example | ||
.gitignore | ||
.prettierignore | ||
env.d.ts | ||
next-env.d.ts | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
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