privacy-routing-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-beta.5 • Public • Published

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

  • Add findora-wallet-wasm into your project

  • Add the path into your package.json as a dependency

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

Usage

/privacy-routing-sdk/

    Package Sidebar

    Install

    npm i privacy-routing-sdk

    Weekly Downloads

    0

    Version

    0.0.1-beta.5

    License

    ISC

    Unpacked Size

    4.98 MB

    Total Files

    122

    Last publish

    Collaborators

    • giambihuang