This repository contains demos for the Edge Wallet SDK in typescript.
This will include:
- EDGE SDK Browser/NextJS demo with @pluto-encrypted/database and IndexDB or InMemory
- EDGE SDK Node demo with @pluto-encrypted/database and InMemory and LevelDB
Choose the desired demo and cd into the directory and run the following for nodejs:
cd node
npm i
npm start-indexdb
#npm start-inmemory
#npm start-leveldb