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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. ValueScript ValueScript Public

    A dialect of TypeScript with value semantics.

    Rust 83 1

  2. summon summon Public

    A language for building arithmetic circuits based on TypeScript

    Rust 15

  3. mpc-framework mpc-framework Public

    Create MPC apps with TypeScript.

    TypeScript 3

  4. turbostack-game turbostack-game Public

    TypeScript 1

  5. seed-splitter seed-splitter Public

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

    TypeScript 1

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