blowfishxyz / blocklist

Javascript library to use Blowfish blocklists locally
https://blowfish.xyz/
MIT License
11 stars 0 forks source link

feat: add v0 for package with bloom filter implementation and API fetch #1

Closed sevazhidkov closed 1 year ago

sevazhidkov commented 1 year ago

This is initial version for the package that fetches blocklists and executes bloom filter lookups on them.

API: https://www.notion.so/blowfish-xyz/Local-Blocklists-API-5af99df9baf04a91ab00450a8e5bf8e9 Main spec: https://www.notion.so/blowfish-xyz/Blocklist-2-0-c6ed0e9bd1d846268f03f7066800b358

linear[bot] commented 1 year ago
NIP-988 Build first version of NPM package for local blocklists

API spec: [https://www.notion.so/blowfish-xyz/Local-Blocklists-API-5af99df9baf04a91ab00450a8e5bf8e9](https://www.notion.so/blowfish-xyz/Local-Blocklists-API-5af99df9baf04a91ab00450a8e5bf8e9) ``` fetchDomainBlocklist fetchDomainBlocklistBloomFilter scanDomain ``` ## Definition of done ✅ * [ ] Bloom filter implementation * [ ] Bit vector implementation * [ ] Public API is implemented * [ ] Published to NPM