Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tools): substrate test ledger #1274

Merged

Commits on Oct 1, 2021

  1. feat(tools): substrate test ledger

    Substrate-based blockchains like Polkadot are becoming increasingly relevant.
    However, Cactus lacked tools to support developing Substrate-based connectors,
    such as a test ledger.
    
    This commit defines a Substrate test ledger that allows to programmatically instantiate
    the Substrate Contracts node template (https://github.com/paritytech/substrate-contracts-node).
    Thus, it contains a Dockerfile with the test ledger
    and the test-ledger file that contains the execution logic.
    
    Signed-off-by: Rafael Belchior <[email protected]>
    Signed-off-by: Catarina Pedreira <[email protected]>
    Signed-off-by: Peter Somogyvari <[email protected]>
    RafaelAPB authored and CatarinaPedreira committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    29e179a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc00344 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    0bc7ff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a96055b View commit details
    Browse the repository at this point in the history