GitHunt
CO

CosmosContracts/juno-tools

JunoTools is a multi purpose dApp for interacting with various smart contracts on Juno Network. One tool to rule them all!

juno-tools

juno-tools

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/CosmosContracts/juno-tools.git
cd juno-tools

# install dependencies
yarn install

# copy env file and fill in the values
cp .env.example .env

# run development server
yarn dev

# (optional) lint and format project
yarn lint

References

Questions

Languages

TypeScript95.0%JavaScript3.4%CSS1.6%Shell0.0%

Contributors

Created February 6, 2022
Updated March 20, 2025
CosmosContracts/juno-tools | GitHunt