How to use the orbit-db.isValidAddress function in orbit-db

To help you get started, we’ve selected a few orbit-db examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github 3box / 3box-js / src / replicator.js View on Github external
    const entries = this.rootstore.iterator({ limit: -1 }).collect().filter(e => OrbitDB.isValidAddress(e.payload.value.odbAddress || ''))
    const uniqueEntries = entries.filter((e1, i, a) => {

orbit-db

Distributed p2p database on IPFS

MIT
Latest version published 1 year ago

Package Health Score

59 / 100
Full package analysis