A very experimental PLC implementation which uses BFT consensus for decentralization
19
fork

Configure Feed

Select the types of activity you want to include in your feed.

go mod tidy

gbl08ma 64e43a7e a798bc5a

+1 -1
+1 -1
go.mod
··· 4 4 5 5 require ( 6 6 cosmossdk.io/core v1.0.0 7 + github.com/OffchainLabs/go-bitfield v0.0.0-20251031151322-f427d04d8506 7 8 github.com/Yiling-J/theine-go v0.6.2 8 9 github.com/bits-and-blooms/bloom/v3 v3.7.1 9 10 github.com/bluesky-social/indigo v0.0.0-20251009212240-20524de167fe ··· 35 36 36 37 require ( 37 38 github.com/DataDog/zstd v1.4.5 // indirect 38 - github.com/OffchainLabs/go-bitfield v0.0.0-20251031151322-f427d04d8506 // indirect 39 39 github.com/beorn7/perks v1.0.1 // indirect 40 40 github.com/bits-and-blooms/bitset v1.24.2 // indirect 41 41 github.com/blang/semver/v4 v4.0.0 // indirect