Demo

VaultLayer SDK demo

The @vaultlayer-sdk github repo includes a fully-featured demo app.

After you download or clone the repo, run:

# Install dependencies
yarn install
# Run demo
yarn dev:demo

Then go to http://localhost:3000

Example 1: BtcProvider for Ethereum Wallet

Example2: EthProvider for Bitcoin Wallet

Last updated