Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.17 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.17 KB

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