0xNyk / anon-pay

Front-end to send Elusiv private payments

Home Page:https://anonpay.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Currently only working in localhost because Elusiv Warden Network is based on HTTP requests which the browser blocks



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

About

Front-end to send Elusiv private payments

https://anonpay.vercel.app

License:Apache License 2.0


Languages

Language:TypeScript 91.9%Language:CSS 6.7%Language:JavaScript 1.4%