Skip to content
View evansmj's full-sized avatar
Block or Report

Block or report evansmj

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. cln-node-visualization cln-node-visualization Public

    Core Lightning channel visualizer. Connect to your node, and see the channel graph. Used in workshops at Unconfiscatable, Bitcoin Atlantis, bitcoin++ Buenos Aires, and more. In conjunction with LNP…

    TypeScript 5 1

  2. lightning lightning Public

    Forked from ElementsProject/lightning

    Core Lightning — Lightning Network implementation focusing on spec compliance and performance

    C

  3. cln-application cln-application Public

    Forked from ElementsProject/cln-application

    Core lightning application on Umbrel

    TypeScript

  4. useful bitcoin gist useful bitcoin gist
    1
    //temp data dir
    2
    export DATA_DIR=/tmp/25-rc-test
    3
    mkdir $DATA_DIR
    4
    export BINARY_PATH=$(pwd)/src
    5
    
                  
  5. bitcoin bitcoin Public

    Forked from bitcoin/bitcoin

    Bitcoin Core integration/staging tree

    C++

  6. cln-plugin-tutorial cln-plugin-tutorial Public

    Forked from chrisguida/cln-plugin-tutorial

    A Replit.com tutorial for creating and testing CLN plugins

    Shell