Skip to content
View iramiller's full-sized avatar

Highlights

  • Pro

Block or report iramiller

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. provenance-io/provenance provenance-io/provenance Public

    A distributed, proof of stake blockchain designed for the financial services industry.

    Go 115 73

  2. cosmos/cosmos-sdk cosmos/cosmos-sdk Public

    Framework for building performant, customizable blockchains with native interoperability

    Go 7k 4.2k

  3. Kotlin port of bech32 encoding funct... Kotlin port of bech32 encoding functions used for addresses in Cosmos SDK/Tendermint
    1
    // Copyright (c) 2020 Figure Technologies Inc.
    2
    // The contents of this file were derived from an implementation
    3
    // by the btcsuite developers https://github.com/btcsuite/btcutil.
    4
    
                  
    5
    // Copyright (c) 2017 The btcsuite developers
  4. FigureTechnologies/fabric FigureTechnologies/fabric Public archive

    Forked from hyperledger/fabric

    Hyperledger Fabric with Kubernetes support

    Go 1

  5. aic-praise aic-praise Public

    Forked from aic-sri-international/aic-praise

    SRI International's AIC PRAiSE (Probabilistic Reasoning As Symbolic Evaluation) Library (for Java 1.8+)

    Java 1

  6. Allows editing of a kubernetes secre... Allows editing of a kubernetes secret through an interactive script
    1
    #!/bin/bash
    2
    
                  
    3
    # This script allows review/patching of data elements in a kubernetes secret.
    4
    
                  
    5
    NAMESPACE=default