Skip to content

Commit

Permalink
[chores] Update readme module section
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Mar 25, 2019
1 parent f1005ff commit 4ed483f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,8 @@ contract! {
|:-------|:------------|
| `core` | The core utilities used to write smart contracts. |
| `model` | Medium-level abstractions to write smart contracts heavily inspired by [Fleetwood](https://github.com/paritytech/fleetwood). |
| `derive` | A future eDSL based on `pdsl_core` to provide a user friendly interface to writing smart contract code. |
| `examples` | Featuring some smart contracts written for clarity with focus on teaching users how to use pDSL to write their own contracts. |

## Current State

The core abstractions and foundational work has been done in `pdsl_core`.
Even though it is still missing lots of its planned functionality it can already be used to simplify writing smart contracts compared to the bare bones approach.

Using it is still coupled with writing lots of boilerplate code.
This problem is going to be solved in the future by the upcoming `pdsl_derive` module.
| `lang` | The actual eDSL based on `pdsl_core` and `pdsl_model` to provide a user friendly interface to writing smart contract code. |
| `examples` | Features some smart contracts written for clarity with focus on teaching users how to use pDSL to write their own contracts. |

## Contribution

Expand Down

0 comments on commit 4ed483f

Please sign in to comment.