Kindelia: a minimal peer-to-peer computer that isn't a cryptocurrency

Kindelia is a peer-to-peer functional computer capable of hosting decentralized apps that stay up forever. Essentially, it is a minimalist redesign of Ethereum's idea, built upon type theoretic foundations. Differences include:

Resources

Installation

Clone this repository, navigate to its root directory, and enter:

bash cargo install --path .

Usage

  1. Starting a node:

kindelia start

  1. Running a block (offline):

kindelia run example/example.kdl

  1. Posting a transaction:

kindelia post example/post.kdl 127.0.0.1:42000