mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
12 lines
570 B
Markdown
12 lines
570 B
Markdown
|
# go-libp2p-blossomsub
|
|||
|
|
|||
|
First-pass of blossomsub, rudimentary fork of gossipsub – it does not merge subscriptions, bloom filtering needs to
|
|||
|
happen at the publish level. This will be updated post-ceremony with the full bloom filter version.
|
|||
|
|
|||
|
## License
|
|||
|
|
|||
|
The go-libp2p-blossomsub project being forked from pubsub inherits the dual-license under Apache 2.0 and MIT terms:
|
|||
|
|
|||
|
- Apache License, Version 2.0, ([LICENSE-APACHE](./LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
|
|||
|
- MIT license ([LICENSE-MIT](./LICENSE-MIT) or http://opensource.org/licenses/MIT)
|