TrevorJTClarke / cosmwasm-devtools

cosmwasm devtools

Home Page:https://cosmwasm.tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cøsmwasm devtøøls

a tool for interacting with cosmwasm contracts. online at https://cosmwasm.tools

how to use

  • default network is the Uni testnet for Juno, but you can use mainnet, your local dev server, or any compatible chain
  • add an account for sending coins - connect your wallet, or generate a new account
  • add your contract
  • insert your JSON message to send
  • send away!
    • use the dropdown -> Execute with... if you want to send funds with your transaction
  • if you need coins (and are running on a local chain), you can set up a cosmjs faucet and add the endpoint into your network configuration
  • once you have some coins in your wallet or another account, you can transfer them between accounts
  • this is intended for testing! you can use it to work with production contracts, but do so at your own risk

running locally

git clone https://github.com/aswever/cosmwasm-devtools
cd cosmwasm-devtools
yarn
yarn start

About

cosmwasm devtools

https://cosmwasm.tools/


Languages

Language:TypeScript 86.4%Language:CSS 10.8%Language:HTML 1.9%Language:JavaScript 0.9%