Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
gabmontes
Follow

Gabriel Montes gabmontes

Team leader, project manager, PMI, CSM. Senior Node.js, JavaScript full-stack engineer. Solutions architect. Bitcoin fixes almost everything!

Organizations

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 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 55 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 = ''
    5 const password = ''