@reevl/protokit-runtimes
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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

Package Sidebar

Install

npm i @reevl/protokit-runtimes

Weekly Downloads

8

Version

0.1.4

License

MIT

Unpacked Size

176 kB

Total Files

23

Last publish

Collaborators

  • raunaque