The Memact SDK makes it easy for developers to connect their apps to user addresses and communicate using the CAP and CCP protocols.
The SDK is a client library for JavaScript and Node.js. It lets your app:
- Connect: Link to any user identity address and automatically find their provider.
- Request context: Request user-approved context using CAP.
- Contribute observations: Suggest new facts using CCP.
To install and run tests:
npm install
npm testThe SDK is open source under the Apache 2.0 license.