fadroma
fadroma copied to clipboard
Magical flying bulldozer for the Cosmosverse. Contains clients for Tendermint-based chains in various degrees of completeness, and a mini build system for deploying systems of multiple interdependent...
I can't bring myself to touch React, Vue or another JS frontend framework, and this is going to be too complex to build and maintain in vanilla JS. Let's build...
* Name * Version * Repository * Commit
**Option 1.** Use something similar to https://github.com/zealic/go2node to get private keys from the system keyring by the same means as `secretcli`. * https://github.com/enigmampc/cosmos-sdk/blob/master/crypto/keyring/keyring.go * https://github.com/enigmampc/cosmos-sdk/blob/master/client/keys/add.go * https://github.com/enigmampc/SecretNetwork/blob/master/cmd/secretcli/main.go This looks like...
Add feature flags field to Source object, and add enabled feature flags to the generated artifact name in the format `contract@commit+flag1+flag2.wasm`
## Operations: - follow a convention in branch naming (improve on potential contributors accessibility); - ~~`main` instead of `stable` and `dev` instead of `unstable`~~; - 🤝 Keep `stable` and `unstable`...
Receipts persist but actual state doesn't
Allow user to specify: - Container per contract/Container per checkout - Containers sequential/Containers parallel
A contract under `examples/callback` that calls itself, for: - testing callbacks in Mocknet - demonstrating the callback and recursion patterns in CosmWasm
`getChainFromEnvironment` and `selectDeployment` should use `is-tty` and `prompts` (or similar) to provide rich selection widgets when running in interactive mode. Selecting the chain should write it to the project's local...