feat: start some mdbook layout

This commit is contained in:
rvcas 2022-10-06 15:23:07 -04:00
parent c1451e704d
commit 85d7faf0f8
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
8 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# Summary
- [Chapter 1](./chapter_1.md)
- [Intro](./introduction.md)
- [Components](./components.md)
- [Untyped Plutus Core](./uplc.md)
- [Guides](./guides.md)
- [Transactions](./guides/transactions.md)
- [Fee estimation without a node](./guides/transactions/fee_estimation.md)

View File

@ -1 +0,0 @@
# Chapter 1

9
book/src/components.md Normal file
View File

@ -0,0 +1,9 @@
# Components
The Aiken project is made up of a few different components. The two most important
ones are the high level Aiken language for writing smart contracts and a rust library
for working with Untyped Plutus Core.
## The Language
## Untyped Plutus Core

4
book/src/guides.md Normal file
View File

@ -0,0 +1,4 @@
# Guides
- [Transactions](./guides/transactions.md)
- [Fee estimation without a node](./guides/transactions/fee_estimation.md)

View File

@ -0,0 +1,3 @@
# Transactions
- [Fee estimation without a node](./transactions/fee_estimation.md)

View File

@ -0,0 +1 @@
# Fee estimation without a node

4
book/src/introduction.md Normal file
View File

@ -0,0 +1,4 @@
# Intro
Aiken is a new programming language for developing
smart contracts on the [Cardano](https://cardano.org) blockchain.

1
book/src/uplc.md Normal file
View File

@ -0,0 +1 @@
# Untyped Plutus Core