feat: start some mdbook layout
This commit is contained in:
parent
c1451e704d
commit
85d7faf0f8
|
@ -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)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
# Chapter 1
|
|
@ -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
|
|
@ -0,0 +1,4 @@
|
|||
# Guides
|
||||
|
||||
- [Transactions](./guides/transactions.md)
|
||||
- [Fee estimation without a node](./guides/transactions/fee_estimation.md)
|
|
@ -0,0 +1,3 @@
|
|||
# Transactions
|
||||
|
||||
- [Fee estimation without a node](./transactions/fee_estimation.md)
|
|
@ -0,0 +1 @@
|
|||
# Fee estimation without a node
|
|
@ -0,0 +1,4 @@
|
|||
# Intro
|
||||
|
||||
Aiken is a new programming language for developing
|
||||
smart contracts on the [Cardano](https://cardano.org) blockchain.
|
|
@ -0,0 +1 @@
|
|||
# Untyped Plutus Core
|
Loading…
Reference in New Issue