Hard-Nett
Hard-Nett
hi! to make cli life easier, the following can be set in the config: ``` { "chain-id": "elgafar-1", "keyring-backend": "os", "output": "text", "node": "https://rpc.elgafar-1.stargaze-apis.com:443", "broadcast-mode": "sync", "gas": "", "gas-prices": "",...
Can be easy to forget voting param setup while participating in many daos, so having a widget in the main app dao page only viewable by dao members might possibly...
Hey! a nice feature that might help ppl do their own research on daos, whether its to determine if they want to participate in a dao community or for helping...
Infused with [Stargaze Names](https://github.com/public-awesome/names), currently making use of [bs721-nfts](https://github.com/permissionlessweb/bs-nfts) Thinking that a better way to implement this would be to handle registering & minting profiles similar to namespaces
After some discussion in the Juno Dev Department meetings, a DAO that only accepts a list of native tokens could benefit the DAO by not accumulating & having to manage...
Proposals could have actions that are for a contract being instantiated with instantiate2 if the ui displays the predicted contract address during the proposal creation
### Checklist - [x] Changelog updated. - [x] Docs updated. - [x] New testnet endpoints.
currently, Bitsong does not support cosmwasm contracts with `cosmwasm1_4` capabilities. To add support, we needed atleast v0.42 of the wasmd module dependency, however with anticipation for refactoring bitsong to support...
[demo](https://github.com/hard-nett/dao-contracts/tree/feat/gauges-are-cool/anybuf-stargate-demo) that extends #844 with a gauge adapter that uses custom messages. This design lets gauges have a list of possible messages that can be run, and should reflect the...