feat: start some mdbook layout
This commit is contained in:
@@ -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
|
||||
9
book/src/components.md
Normal file
9
book/src/components.md
Normal 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
4
book/src/guides.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Guides
|
||||
|
||||
- [Transactions](./guides/transactions.md)
|
||||
- [Fee estimation without a node](./guides/transactions/fee_estimation.md)
|
||||
3
book/src/guides/transactions.md
Normal file
3
book/src/guides/transactions.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Transactions
|
||||
|
||||
- [Fee estimation without a node](./transactions/fee_estimation.md)
|
||||
1
book/src/guides/transactions/fee_estimation.md
Normal file
1
book/src/guides/transactions/fee_estimation.md
Normal file
@@ -0,0 +1 @@
|
||||
# Fee estimation without a node
|
||||
4
book/src/introduction.md
Normal file
4
book/src/introduction.md
Normal 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
1
book/src/uplc.md
Normal file
@@ -0,0 +1 @@
|
||||
# Untyped Plutus Core
|
||||
Reference in New Issue
Block a user