0.1.4 • Published 5 months ago

@reevl/protokit-runtimes v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Auction runtime-modules

Different Auctions & Utility runtimes designed to be used as Protokit runtimes (a zk-AppChain verified on mina). Contains Runtimes for English Auctions, Dutch Auctions, and even Sealed Bid Auctions (aka Blind Auctions) with a PrivateToken Module which can be used to hide transfer amounts and place sealed Bids;

Usage

npm install @reevl/protokit-runtimes

import { EnglishAuction } from "@reevl/protokit-runtimes";

PrivateToken runtime.

One can deposit normal tokens, wait for other transactions like tornado cash to increase anonymity. Then, withdraw to a private token system, where the user balances are hidden, but unlike Zcash transfer addresses are visible and the client Wallets only needs to store the private key no other data is necessary. Also, its account based so can be easily used with other runtimes/zkApps (for instance the BlindAuctions)

Check this diagram for details Link

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago