Show resources as links + use permalink + add a few.
This commit is contained in:
parent
6361a1da08
commit
308cbb76ff
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue