Skip to content

Commit c842f1e

Browse files
authored
Merge pull request #67 from mlabs-haskell/bladyjoker/fix-build
Fixed the build
2 parents d90965d + cf3b945 commit c842f1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ The protocol is described in further detail in the following documents
5151
- [Design document](coop-docs/00-design.md) contains information about the overall goals of this project,
5252
- [Plutus protocol](coop-docs/02-plutus-protocol.md) contains information about the wallets, tokens, minting policies, validators and transactions used in COOP and their relationship,
5353
- [Frontend protocol](coop-docs/03-frontend-protocol.md) contains information about how users must interact with the COOP Publisher in order to publish new Fact Statements and garbage collect obsolete Fact Statements,
54-
- [Backend protocol](coop-docs/04-backend-protocol.md) contains information on the back-end operations needed to serve the Frontend protocol.
54+
- [Backend protocol](coop-docs/04-backend-protocol.md) contains information on the back-end operations needed to serve the Frontend protocol,
55+
- [Mapping between JSON and Plutus Data](coop-docs/05-json-plutus.md) contains information about how JSON encodings maps into PlutusData encoding that can be used 'onchain'.
5556

5657
## Getting Started
5758

coop-docs/05-json-plutus.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,3 @@ The conversion into JSON will fail for the following Plutus Data values:
9999
cannot be converted into a JSON String.
100100
- A Plutus Data **Bytestring** that cannot be decoded into a sequence of UTF-8
101101
code points.
102-

0 commit comments

Comments
 (0)