Setup Development Environment
didPass Wallet SDK Setup
Clone didPass-Wallet repository then checkout to
development
branch
git clone https://github.com/GDP-ADMIN/didPass-Wallet.git
Enter sdk folder
cd sdk
Install all dependencies with
npm install
Last updated