/anon-pay

Front-end to send Elusiv private payments

Primary LanguageTypeScriptApache License 2.0Apache-2.0

AnonPay

AnonPay

AnonPay is a Dashboard to make private payments with Elusiv. It’s build on-top of their SDK enabling all current features.

Elusiv is a privacy solution in web3 using ZK technology. Unique to most privacy solutions, Elusiv utilizes an off-chain “Warden Network” to create private transactions. You can read more about it on their website: https://elusiv.io/

Using AnonPay

AnonPay is the frontend dashboard for using Elusiv privacy. Here you can manage your private balance. That means…

  • Depositing money into your private balance
  • Sending money to other people
  • Withdrawing from your private balance

You can also check all your balances as well as see your private transaction history.

At login you’re required to enter a password. This is not stored anywhere but Elusiv needs it create a reference to your private balance. Remember it, or you will lose access to your funds!

Check out the demo-video or try it our yourself following the "Getting Started" instructions


Note Elusiv is only available on devnet currently - our app interacts with devnet


Feel free to give us any feedback or questions. You can contact us best on discord or twitter.

@KultureElectric Kulture#0001
@Web3Wiz Web3Wiz#1977

And don't forget to leave a vote for the Sandstorm Hackathon 🙏


Preview

Responsive Desktop
AnonPay Mobile AnonPay Desktop

Getting Started

  1. Clone this repository
  2. Install dependencies
yarn install
  1. Add .env file
NEXT_PUBLIC_RPC_URL=<DEVNET_RPC>
  1. Run in local environment
yarn dev
  1. Get Devnet SOL HERE

  2. Play