Skip to content

kurtosis-tech/awesome-kurtosis

Repository files navigation

Awesome Kurtosis Awesome

A curated list of Kurtosis Packages written in Starlark.

These packages provide a starting point for understanding how to setup, test, and manage different types of environments using the Kurtosis CLI.

You can run any of these examples without installing anything in the Kurtosis Playground. Simply open the playground and run the following (swapping redis-voting-app with the subdirectory of the example you want):

kurtosis run github.com/kurtosis-tech/awesome-kurtosis/redis-voting-app

Contents

Kurtosis Web2 Starlark Packages

Kurtosis Web3 Starlark Packages

  • Ethereum Package - spins up a local Proof-of-Stake (PoS) Ethereum testnet, supporting supporting 9 different EL and CL clients including geth, lighthouse, lodestar, nimbus and erigon.
  • Avalanche Node Package - spins up a local, non-staking Avalanche Go node for local development and testing. This package can also be used to connect to other containerized services that make up your distributed system, like an instance of a wallet, indexer, explorer, or your dApp.
  • Aptos Validator Node with Faucet - sets up a local Aptos validator node and a testnet faucet for use in local development and testing workflows on the Aptos protocol.
  • Aptos Configurable Topology - sets up a local Aptos testnet with n validator, validator full nodes and public full nodes.
  • NEAR Package - spins up a local NEAR testnet with a local RPC endpoint, a NEAR explorer, an indexer for the explorer, and a NEAR wallet.
  • Chainlink Node Package - instantiates a local Chainlink node for development and prototyping against Decentralized Oracle Networks (DONs). Includes the ability to optionally connect to a local multi-client Ethereum testnet, based off of the Ethereum Foundation's Ethereum Package. Inspiration comes from the original Chainlink Node docs.

Tests and other examples