orbitdb-archive / orbit-db-identity-provider

Default identity provider for OrbitDB
MIT License
31 stars 18 forks source link

IdentityProvider type 'ethereum' is not supported #78

Open anarkrypto opened 2 years ago

anarkrypto commented 2 years ago

Following the step-by-step, I can connect to my Metamask provider and sign Identity. However, if I try to connect to Orbit-DB using this identity, this is the error I get in Orbit-DB.

2022-01-25T08:08:11.186Z [ERROR] orbit-db: Error: IdentityProvider type 'ethereum' is not supported
    at getHandlerFor (/root/services/orbitDB/node_modules/orbit-db-identity-provider/src/identities.js:19:11)
    at Identities.verifyIdentity (/root/services/orbitDB/node_modules/orbit-db-identity-provider/src/identities.js:92:30)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async saveToIpfs (/root/services/orbitDB/node_modules/orbit-db-store/src/Store.js:317:25)
    at async pEachSeries (/root/services/orbitDB/node_modules/p-each-series/index.js:8:23)
    at async OrbitDB._onMessage (/root/services/orbitDB/node_modules/orbit-db/src/OrbitDB.js:263:11)

orbit-db: 0.28.1 orbit-db-identity-provider: 0.4.0

Implemented with Node.JS