Skip to content
View voltrevo's full-sized avatar
👋
👋

Organizations

@ethereum @privacy-ethereum

Block or report voltrevo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. privacy-ethereum/mpc-framework Public

    Create MPC apps with TypeScript.

    TypeScript 52 4

  2. privacy-ethereum/summon Public

    A language for building boolean circuits based on TypeScript

    Rust 34 3

  3. ValueScript Public

    A dialect of TypeScript with value semantics.

    Rust 90 4

  4. turbostack-game Public

    TypeScript 1

  5. seed-splitter Public

    Splits a 12 word mnemonic seed phrase using Shamir's Secret Sharing.

    TypeScript 3

  6. gist-to-bookmarklet.js
    1
    'use strict';
    2
    
                  
    3
    const rows = Array.prototype.slice.apply(
    4
      document.querySelectorAll('.js-file-line')
    5
    );