CosmosContracts / juno-tools

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

Home Page:https://juno.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

# run development server
yarn dev

# (optional) lint and format project
yarn lint

References

Questions

About

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

https://juno.tools


Languages

Language:TypeScript 95.0%Language:JavaScript 3.4%Language:CSS 1.6%Language:Shell 0.0%