Skip to content
View ccashwell's full-sized avatar
🤔
¯\_(ツ)_/¯
🤔
¯\_(ツ)_/¯

Organizations

@firechainlabs

Block or report ccashwell

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
ccashwell/README.md

Hey, I'm Chris.

I'm a full-stack software engineer, security analyst and technical consultant with a proven track record of leading distributed teams to design, develop and launch products that win in every way that counts.

I've built all sorts of software in several languages, including foundational contributions to popular blockchains and peer-to-peer protocols, financial analytics tools, algorithmic trading systems, web and mobile apps, massively distributed services, and core banking systems that directly power many of the world’s leading fintech companies. My research and development work has contributed to innovations in diverse fields ranging from solar energy to econometrics, and I’ve helped secure numerous US government contracts and grant awards, as well as over $400 million in private capital. For the past decade, my energy has been almost exclusively focused on distributed systems and protocol design.

———

I'm an insatiably curious, crypto-native creator, and I like to ship stuff that matters. I’m deeply committed to disintermediation, self-sovereignty, incentive alignment, and spearheading outrageously ambitious initiatives. I spend a lot of time thinking about stuff like decentralization, democratization, machine learning, and just how fragile most of the systems society relies on really are. When I’m not hacking on something I’m excited about, I’m probably on the farm working with my horses or trying to wrangle something.

Teamwork makes the dream work 💫

machine learning microservices digital ledger technology blockchain financial engineering
information security threat analysis risk modeling algorithmic asset management technical analysis

Top Langs

Pinned Loading

  1. keybase.md keybase.md
    1
    ### Keybase proof
    2
    
                  
    3
    I hereby claim:
    4
    
                  
    5
      * I am ccashwell on github.
  2. Bash Scripting: OAUTH2 Authorization... Bash Scripting: OAUTH2 Authorization, Generating SSH keys and Adding Keys to GitHub
    1
    #!/bin/bash
    2
    # This is an example of OAUTH2 authorization via GitHub and adding a new (optionally generated) SSH key to your account. 
    3
    # If generated, the key is put in the default location with no password. Security is obviously relaxed for brevity's sake. Enjoy. 
    4
    
                  
    5
    read -p "GitHub Username: " uname