chore: update readme
This commit is contained in:
parent
d4f76b7ca5
commit
bddca386dd
14
README.md
14
README.md
|
@ -1,6 +1,6 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://raw.githubusercontent.com/txpipe/aiken/main/assets/logo-dark.png?sanitize=true#gh-dark-mode-only" alt="Aiken" height="240" />
|
<img src="https://raw.githubusercontent.com/txpipe/aiken/main/assets/logo-light.png?sanitize=true#gh-dark-mode-only" alt="Aiken" height="240" />
|
||||||
<img src="https://raw.githubusercontent.com/txpipe/aiken/main/assets/logo-light.png?sanitize=true#gh-light-mode-only" alt="Aiken" height="240" />
|
<img src="https://raw.githubusercontent.com/txpipe/aiken/main/assets/logo-dark.png?sanitize=true#gh-light-mode-only" alt="Aiken" height="240" />
|
||||||
<hr />
|
<hr />
|
||||||
<h2 align="center" style="border-bottom: none">Cardano smart contract language and toolchain</h2>
|
<h2 align="center" style="border-bottom: none">Cardano smart contract language and toolchain</h2>
|
||||||
<img alt="GitHub" src="https://img.shields.io/github/license/txpipe/aiken" />
|
<img alt="GitHub" src="https://img.shields.io/github/license/txpipe/aiken" />
|
||||||
|
@ -70,6 +70,16 @@ is not necessariy the implementation order or full scope.
|
||||||
- Gleam
|
- Gleam
|
||||||
- [ ] Language Server
|
- [ ] Language Server
|
||||||
|
|
||||||
|
## Art Credit
|
||||||
|
|
||||||
|
We'd like to give a special thanks to [@nkz](https://twitter.com/nkzthecreator)
|
||||||
|
for creating the logo and giving us the idea to name the project aiken.
|
||||||
|
|
||||||
|
**Why Aiken?**
|
||||||
|
|
||||||
|
The name comes from [Howard Aiken](https://en.wikipedia.org/wiki/Howard_H._Aiken),
|
||||||
|
an American physicist and a pioneer in computing
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
- Encoding/Decoding https://github.com/input-output-hk/plutus/blob/master/plutus-core/untyped-plutus-core/src/UntypedPlutusCore/Core/Instance/Flat.hs
|
- Encoding/Decoding https://github.com/input-output-hk/plutus/blob/master/plutus-core/untyped-plutus-core/src/UntypedPlutusCore/Core/Instance/Flat.hs
|
||||||
|
|
Loading…
Reference in New Issue