Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aswever/cosmwasm-devtools
cosmwasm devtools
https://github.com/aswever/cosmwasm-devtools
cosmos cosmwasm developer-tools juno smart-contracts
Last synced: 3 months ago
JSON representation
cosmwasm devtools
- Host: GitHub
- URL: https://github.com/aswever/cosmwasm-devtools
- Owner: aswever
- Created: 2022-02-12T23:38:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T08:11:53.000Z (9 months ago)
- Last Synced: 2024-08-01T13:37:01.308Z (6 months ago)
- Topics: cosmos, cosmwasm, developer-tools, juno, smart-contracts
- Language: TypeScript
- Homepage: https://cosmwasm.tools/
- Size: 475 KB
- Stars: 29
- Watchers: 2
- Forks: 16
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - aswever/cosmwasm-devtools - cosmwasm devtools (TypeScript)
- awesome-cosmwasm - repo - A web-based console (Tooling / Other Contracts)
README
# 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](https://www.npmjs.com/package/@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
```