Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update directory readme files #432

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions cardano/README.md
Original file line number Diff line number Diff line change
@@ -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](/LICENSE).

### What does Gerbil Cardano do?

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion dapps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.