rollchains / spawn

The best development platform for building custom modular Cosmos-SDK blockchains
Apache License 2.0
69 stars 12 forks source link

abci++ / vote extensions #134

Open Reecepbcups opened 2 months ago

Reecepbcups commented 2 months ago

package by default within simapp, also an abci 'module' creator?

Reecepbcups commented 1 month ago

use https://github.com/cosmos/sdk-tutorials/tree/master/tutorials/oracle as a base

Would be nice to have a single file build everything (opt out of ABCI), then auto set it up.

Or like https://github.com/cosmos/interchain-security/blob/v5.0.0/app/consumer-democracy/abci.go

Reecepbcups commented 1 month ago

rewards-chain has a good base example once i build that further