Skip to content
View iramiller's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Organizations

@provenance-io
Block or Report

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.

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

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

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

    Go 82 35

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

    ⛓️ A Framework for Building High Value Public Blockchains ✨

    Go 5.9k 3.4k

  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