Giter Club home page Giter Club logo

swirl-core-swirl-cash-is-a-non-custodial-bsc's Introduction

Swirl Cash

Swirl Cash is a non-custodial BSC privacy solution based on zkSNARKs, a fork of Tornado Cash. It improves transaction privacy by breaking the on-chain link between the recipient and destination addresses. It uses smart contracts that accept BNB deposits that can be withdrawn by a different address. Whenever BNB is withdrawn by the new address, there is no way to link the withdrawal to the deposit, ensuring complete privacy.

To make a deposit user generates a secret and sends its hash (called a commitment) along with the deposit amount to the Swirl smart contract. The contract accepts the deposit and adds the commitment to its list of deposits.

Later, the user decides to make a withdrawal. To do that, the user should provide a proof that he or she possesses a secret to an unspent commitment from the smart contract’s list of deposits. zkSnark technology allows that to happen without revealing which exact deposit corresponds to this secret. The smart contract will check the proof, and transfer deposited funds to the address specified for withdrawal. An external observer will be unable to determine which deposit this withdrawal came from.

Requirements

  1. node v11.15.0
  2. npm install -g npx

Usage on BSC Testnet

  1. npm install
  2. vim .env - add your BSC Testnet private key to deploy contracts
  3. npm run build - this may take 10 minutes or more
  4. npm run migrate - this will deploy all contracts on the BSC Testnet network
  5. npx truffle run verify ContractName@Address --network bsctest - verify 'ContractName' with address 'Address' (add your bscscan API key in truffle-config.js)

For usage examples and ideas check here

swirl-core-swirl-cash-is-a-non-custodial-bsc's People

Contributors

blue32captain avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.