Skip to content

Commit

Permalink
README.md: fixes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed Jun 21, 2021
1 parent 542849b commit e9b9740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ErgoScript compiler and ErgoTree interpreter

This repository contains implementations of ErgoScript compiler and ErgoTree
Interpreter for a family of Sigma-protocol authentication languages (or simply
Interpreter for a family of Sigma-protocol based authentication languages (or simply
Sigma language).

This library is used internally in [Ergo
Expand Down Expand Up @@ -101,8 +101,8 @@ libraryDependencies += "org.scorexfoundation" %% "sigma-state" % "4.0.3"
| core | Implementation of graph-based intermediate representation of ErgoTree, which is used in cost estimation and interpretation |
| docs | Collection of documents |
| library | Implementation of graph IR nodes for Coll, Size and other types |
| libaray-api | Declarations of interfaces |
| libaray-impl | Implementation of interfaces |
| library-api | Declarations of interfaces |
| library-impl | Implementation of interfaces |
| sigma-api | Declarations of runtime interfaces which are used in ErgoTree interpreter |
| sigma-impl | Implementation of sigma-api interfaces |
| sigma-library | Implementation of graph IR nodes for Sigma types |
Expand Down

0 comments on commit e9b9740

Please sign in to comment.