Installation
We provide SDKs for developing projects in: NodeJS, Go, React Native (Android and iOS) and Web projects (both websites and browser extensions).
NodeJS, React Native and Web
To use the SDK in an existing project you simply need to:
-
Obtain an NPM auth token and an
API_KEY
from the Sodot team. -
Create a
.npmrc
file in your project's root directory (the same directory as yourpackage.json
file).
Then, copy and paste the following as-is into your.npmrc
:
@sodot:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
- Add the npm token as an environment variable, e.g. in a terminal session run:
export NPM_TOKEN="npm_<YOUR_TOKEN>"
- Add it to your project:
- Node
$ yarn add @sodot/sodot-node-sdk
You can now start generating keys and signing.