0.0.1-beta.5 • Published 1 year ago

privacy-routing-sdk v0.0.1-beta.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

How to use privacy-routing-sdk

You can use privacy-routing-sdk to transfer any FRC-20 asset (including FRA) on Findora Smart Chain from Address A to Address B, and remove the link between the two addresses. Both addresses can be classical user address or contract address.


Installation

npm install privacy-routing-sdk

Requirement wasm package

// package.json
{
  // ...
  "dependencies": {
    "findora-wallet-wasm": "./findora-wallet-wasm",
  }
  // ...
}

Usage