Skip to content
View gabmontes's full-sized avatar

Organizations

@bloq@autonomoussoftware@vesperfi@purefinance@hemilabs

Block or report gabmontes

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. resumeresumePublic

    A quick tour through my professional life

    2 2

  2. exploring-not-reactexploring-not-reactPublic

    Exploratory work on a minimal version of React

    JavaScript 11 1

  3. source-map-clisource-map-cliPublic

    CLI for source-map tool

    JavaScript 60 7

  4. not-expressnot-expressPublic

    A partial but fun re-implementation of Express

    JavaScript

  5. Analize a set of bitcoin addresses a...Analize a set of bitcoin addresses and find other related addresses
    1
    constgot=require('got')
    2
    const{
    3
     concat,
    4
     difference,
    5
     flatten,
  6. Create bitcoin transaction from BIP3...Create bitcoin transaction from BIP38 private key
    1
    const{ Transaction }=require('bitcore-lib')
    2
    const{ decrypt }=require('bip38')
    3
    4
    constencryptedKey='<private key beginning with 6>'
    5
    constpassword='<private key password>'