emizzle / lotionjs-examples

Basic application examples using LotionJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lotion.js examples

There are two example applications in this repo:

  1. Basic wallet - An example of an application chain that creates a coin with balances using coin middleware for LotionJS. The wallet allows transfer of coin value between addresses.
  2. SimpleStorage - example of how a simple smart contract could be created. The client creates a very minimal CLI for interacting with the smart contract. The client can be run on as many different clients as needed and the state will be replicated automatically.

About

Basic application examples using LotionJS