From e042ff85f2c8368e80245f411a2ebdace3a786a3 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 3 Feb 2022 01:33:19 -0500 Subject: [PATCH 1/2] Update cardano/README.md --- cardano/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cardano/README.md b/cardano/README.md index 95187884..1d947042 100644 --- a/cardano/README.md +++ b/cardano/README.md @@ -1,16 +1,16 @@ # Gerbil-Cardano -Gerbil-Cardano is a package to interact +Gerbil-Cardano is a package used to interact with the [Cardano network](https://cardano.org/) from [Gerbil Scheme](https://cons.io). -It is a layer on top of Plutus, providing various abstractions notably used by the Glow language. +It is a layer on top of [Plutus](https://developers.cardano.org/docs/smart-contracts/plutus), providing various abstractions notably used by the Glow language. It is not at all a reimplementation any part of the Cardano protocol, and relies on an existing node to implement the Cardano protocol. ### Copyright and License Copyright 2020 Mutual Knowledge Systems, Inc. All rights reserved. -Gerbil-Cardano is distributed under the Apache License, version 2.0. See the file [LICENSE](LICENSE). +Gerbil-Cardano is distributed under the Apache License, version 2.0. See the file [LICENSE](https://github.com/Glow-Lang/glow/blob/master/LICENSE). ### What does Gerbil Cardano do? @@ -44,7 +44,7 @@ that are not yet available: - Compiling code to Plutus Core - - Applying a compiled plutus program to a set of parameters + - Applying a compiled Plutus program to a set of parameters - Decoding in a transaction which parameters were given to a compiled Plutus program. @@ -125,7 +125,7 @@ A faucet for the test network is available at: https://testnets.cardano.org/en/c ### Bibliography -- Plutus platform: https://hydra.iohk.io/build/3793507/download/1/plutus.pdf -- Plutus Core specification: https://hydra.iohk.io/build/3877005/download/1/plutus-core-specification.pdf -- Extended UTXO model: https://hydra.iohk.io/build/3793505/download/1/extended-utxo-specification.pdf -- Cardano node specification: https://hydra.iohk.io/job/Cardano/ouroboros-network/native.docs.x86_64-linux/latest +- [Plutus platform](https://hydra.iohk.io/build/3793507/download/1/plutus.pdf) +- [Plutus Core specification](https://hydra.iohk.io/build/3877005/download/1/plutus-core-specification.pdf) +- [Extended UTXO model](https://hydra.iohk.io/build/3793505/download/1/extended-utxo-specification.pdf) +- [Cardano node specification](https://hydra.iohk.io/job/Cardano/ouroboros-network/native.docs.x86_64-linux/latest) From f11e04f457fa2cbd6f7bb9f846001330240cf553 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 3 Feb 2022 11:13:48 -0500 Subject: [PATCH 2/2] Update README files within various directories --- cardano/README.md | 2 +- dapps/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cardano/README.md b/cardano/README.md index 1d947042..9aa344fa 100644 --- a/cardano/README.md +++ b/cardano/README.md @@ -10,7 +10,7 @@ and relies on an existing node to implement the Cardano protocol. ### Copyright and License Copyright 2020 Mutual Knowledge Systems, Inc. All rights reserved. -Gerbil-Cardano is distributed under the Apache License, version 2.0. See the file [LICENSE](https://github.com/Glow-Lang/glow/blob/master/LICENSE). +Gerbil-Cardano is distributed under the Apache License, version 2.0. See the file [LICENSE](/LICENSE). ### What does Gerbil Cardano do? diff --git a/dapps/README.md b/dapps/README.md index 34c537bf..46851142 100644 --- a/dapps/README.md +++ b/dapps/README.md @@ -23,4 +23,4 @@ and/or illustrative of some features of the language: In this particular contract, two participants play a simple game of rock-paper-scissors. Further examples of the language as it is envisioned, that are not yet fully supported -by the current compiler, are in the [futures](../futures/) directory. +by the current compiler, are in the [future](../future) directory.