8000 gabmontes (Gabriel Montes) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View gabmontes's full-sized avatar

Organizations

@bloq @autonomoussoftware @vesperfi @purefinance

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.

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. 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 52 6

  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<
    3801
    /span> { decrypt } = require('bip38')
    3
    
                  
    4
    const encryptedKey = '<private key beginning with 6>'
    5
    const password = '<private key password>'
0