Crates.io | gaal |
lib.rs | gaal |
version | 0.1.5 |
source | src |
created_at | 2022-10-22 16:05:57.413664 |
updated_at | 2022-10-26 14:02:27.578921 |
description | CosmWasm contract state viewer in console mode |
homepage | |
repository | https://github.com/KiFoundation/gaal |
max_upload_size | |
id | 694593 |
size | 165,073 |
Gaal is a Cosmwasm contract state watcher.
It now support these blockchains :
shell $ git clone https://github.com/SylvestreG/gaal
Cloning into 'gaal'...
remote: Enumerating objects: 44, done.
remote: Counting objects: 100% (44/44), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 44 (delta 12), reused 44 (delta 12), pack-reused 0
Receiving objects: 100% (44/44), 21.37 KiB | 370.00 KiB/s, done.
Resolving deltas: 100% (12/12), done.
shell $ cd gaal
shell $ cargo install --path .
Installing gaal v0.1.1 (/tmp/gaal)
Updating crates.io index
Compiling gaal v0.1.0 (/tmp/gaal)
Finished release [optimized] target(s) in 1m 08s
Installing /tmp/gaal
Installed package `gaal v0.0.1 (/tmp/gaal)` (executable `gaal`)
Simply give the contract address you want to watch to Gaal :
bash $ gaal stars1m8hp3rw4tkhp4ns3xw2w2rcpuml7thqlmzdnnz4qrkejxxa2amnq99g0nc
By default Gaal will find automatically a rest cosmos endpoint for you. But if you want you can override the lcd provider like this
shell $ OVERLOAD_LCD='https://api-mainnet.blockchain.ki' gaal ki1ltd0maxmte3xf4zshta9j5djrq9cl692ctsp9u5q0p9wss0f5lmsc8qwrc
For debugging you can dump log to the standard output like this :
shell $ RUST_LOG=debug gaal ki1ltd0maxmte3xf4zshta9j5djrq9cl692ctsp9u5q0p9wss0f5lmsc8qwrc
This project was built and is maintained by:
Contributions are welcome! Leave an issue on Github, or create a Pull Request.
This project is licensed under the MIT license.