Skip to content
View gabmontes's full-sized avatar

Organizations

@bloq @autonomoussoftware @vesperfi @purefinance

Block or report gabmontes

Report abuse

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

Report abuse

Pinned Loading

  1. resume resume Public

    A quick tour through my professional life

    2 2

  2. exploring-not-react exploring-not-react Public

    Exploratory work on a minimal version of React

    JavaScript 11 1

  3. source-map-cli source-map-cli Public

    CLI for source-map tool

    JavaScript 58 7

  4. not-express not-express Public

    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
    const got = 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
    const encryptedKey = '<private key beginning with 6>'
    5
    const password = '<private key password>'