Skip to content
View luisschwab's full-sized avatar

Organizations

@ClubeBitcoinUnB

Block or report luisschwab

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. bdk bdk Public

    Forked from bitcoindevkit/bdk

    A modern, lightweight, descriptor-based wallet library written in Rust!

    Rust

  2. bitcoin bitcoin Public

    Forked from bitcoin/bitcoin

    Bitcoin Core integration/staging tree

    C++

  3. SHA256 SHA256 Public

    SHA-256 implementation in C

    C

  4. base58 base58 Public

    a repo to store base58's courses files

    Python

  5. ecdsa-sign-verify.py ecdsa-sign-verify.py
    1
    '''
    2
    A simple example illustrating  
    3
    message signing and signature
    4
    verification using secp256k1
    5
    '''
  6. create a transaction with a OP_RETUR... create a transaction with a OP_RETURN output
    1
    #!/usr/bin/python3
    2
    
                  
    3
    '''
    4
    this script takes in an PSBT and adds an 
    5
    OP_RETURN output (OP_RETURN OP_PUSHDATA1 <len(message)> <message>)