Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Improve: Addition of the process to follow to get access of the Wallet SDK #4

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ MATTR Wallet SDK React Native / [Exports](modules.md)

# Getting started

## How to get access to MATTR Pi Wallet SDK
To gain access to the MATTR Pi Wallet SDK, please follow these steps.
dylan-paul marked this conversation as resolved.
Show resolved Hide resolved

1. Request or download the ["Terms of Agreement"](Licence.pdf).
2. Read the "Terms of Agreement", sign it, and return it to us.
3. Create an account at [NPMJS - Node Package Manager for JavaScript](https://www.npmjs.com).
4. Ensure multi-factor authentication (MFA) is Configured on NPMJS Account.
dylan-paul marked this conversation as resolved.
Show resolved Hide resolved
5. Create a personal access token [Create a personal access token](https://docs.npmjs.com/.creating-and-viewing-access-tokenshttps://docs.npmjs.com/creating-and-viewing-access-tokens).
6. Supply the NPMJS (Node Package Manager for JavaScript) account name back to MATTR.
7. MATTR will process the request and allow you to access the Wallet SDK if all the information is complete.
dylan-paul marked this conversation as resolved.
Show resolved Hide resolved

> Please reach out to us in case you need any assistance [Get in touch](https://mattr.global/contact).


## Install dependencies

Add this SDK as a dependency to the react native app:
Expand Down