From 308cbb76ff390782b967a41b5d631b297e4c28d4 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Sun, 11 Dec 2022 12:56:08 +0100 Subject: [PATCH] Show resources as links + use permalink + add a few. --- book/src/resources.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/book/src/resources.md b/book/src/resources.md index 4045cfcf..7958c2b9 100644 --- a/book/src/resources.md +++ b/book/src/resources.md @@ -2,6 +2,8 @@ Below is a list of links to resources we used while building Aiken. -- Encoding/Decoding https://github.com/input-output-hk/plutus/blob/master/plutus-core/untyped-plutus-core/src/UntypedPlutusCore/Core/Instance/Flat.hs -- Typing https://github.com/input-output-hk/plutus/blob/master/plutus-core/untyped-plutus-core/src/UntypedPlutusCore/Core/Type.hs -- Serialization https://hydra.iohk.io/build/14133599/download/1/plutus-core-specification.pdf +- [The Gleam's compiler](https://github.com/gleam-lang/gleam); +- [The Official Plutus documentation](https://plutus.readthedocs.io/en/latest/); +- [The source code about encoding/Decoding UPLC](https://github.com/input-output-hk/plutus/blob/9538fc9829426b2ecb0628d352e2d7af96ec8204/plutus-core/untyped-plutus-core/src/UntypedPlutusCore/Core/Instance/Flat.hs); +- [The source code about core types](https://github.com/input-output-hk/plutus/blob/9538fc9829426b2ecb0628d352e2d7af96ec8204/plutus-core/untyped-plutus-core/src/UntypedPlutusCore/Core/Type.hs); +- [The original (albeit outdated) Plutus Core specification](https://hydra.iohk.io/build/14133599/download/1/plutus-core-specification.pdf)