Skip to content

Fairblock/confidential-tether-wdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

confidential-tether-wdk

This simple demo showcases how the Tether WDK can be extended using the Fairblock SDK to enable confidential transfers.

Prerequisites

  • Node.js installed
  • A wallet seed phrase with funds on the Stable Testnet

Setup

  1. Install dependencies:

    npm install
  2. Configure your environment: Create a .env file in the root directory and add your seed phrase:

    SEED_PHRASE="your seed phrase here"

    Note: You need a seed phrase for a wallet that has funds on the Stable Testnet. You can get testnet funds from the Stable Testnet Faucet.

    If you encounter any issues getting funds or running the demo, please contact us!

Running the Demo

Run the application:

node app.js

This will execute the demo flow:

  1. Initialize Tether WDK (Ethereum)
  2. Enable Confidentiality (register with Fairblock)
  3. Perform a Confidential Deposit
  4. Execute a Confidential Transfer
  5. Withdraw funds back to public balance

Contact & Resources

For support or more information, reach out to us on Twitter:

About

Demo using tetherto/wdk and fairblock/stabletrust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors