CosmosContracts / juno-tools

JunoTools is a multi purpose dApp for interacting with various smart contracts on Juno Network. One tool to rule them all!
https://juno.tools
36 stars 20 forks source link
blockchain cosmos juno smart-contracts

juno-tools

juno-tools

Prerequisites

Required

Optional

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 values
cp .env.example .env

# run development server
yarn dev

# (optional) lint and format project
yarn lint

References

Questions