https://github.com/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://github.com/cosmoscontracts/juno-tools
blockchain cosmos juno smart-contracts
Last synced: 4 months ago
JSON representation
JunoTools is a multi purpose dApp for interacting with various smart contracts on Juno Network. One tool to rule them all!
- Host: GitHub
- URL: https://github.com/cosmoscontracts/juno-tools
- Owner: CosmosContracts
- Created: 2022-02-06T14:18:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T08:18:54.000Z (over 1 year ago)
- Last Synced: 2025-10-24T17:04:34.383Z (8 months ago)
- Topics: blockchain, cosmos, juno, smart-contracts
- Language: TypeScript
- Homepage: https://juno.tools
- Size: 18.4 MB
- Stars: 37
- Watchers: 4
- Forks: 21
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

# juno-tools
- Mainnet website: https://juno.tools
- Testnet website: https://test.juno.tools
## Prerequisites
**Required**
- Git
- Node.js 14 or LTS
- Yarn
- Keplr Wallet browser extension
**Optional**
- S3 bucket instance (minio, etc.)
## Setup local development
```sh
# 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
- https://docs.juno.tools
- https://docs.juno.tools/docs/dashboards/airdrop/introduction
- https://docs.juno.tools/docs/dashboards/airdrop/guide
- https://docs.juno.tools/docs/dashboards/cw-1/subkeys/introduction
- https://docs.juno.tools/docs/dashboards/cw-20/base/introduction
- https://docs.juno.tools/docs/dashboards/cw-721/base/introduction
## Questions
- [Discord](https://discord.gg/Juno)
- [Telegram](https://t.me/JunoNetwork)
- [Twitter](https://twitter.com/junotools)