Identity
@baseline-protocol/identity
Baseline core identity package.
Installation
npm install @baseline-protocol/identity
(npm package soon to be published)
Building
You can build the package locally with npm run build
.
Organization Registry
Each organization registered within the OrgRegistry
first generates a secp256k1
keypair and uses the Ethereum public address representation as "primary key" for future resolution. This key SHOULD NOT sign transactions. A best practice is to use an HD wallet to rotate keys, preventing any account from signing more than a single transaction.
Note that an organization may not update its address
.
Last updated