An open API service indexing awesome lists of open source software.

https://github.com/opshin/opshin-book

Official documentation for the Opshin programming languages.
https://github.com/opshin/opshin-book

cardano python smart-contracts

Last synced: about 1 year ago
JSON representation

Official documentation for the Opshin programming languages.

Awesome Lists containing this project

README

          

# Opshin Book

Official documentation for the Opshin programming language.

## Running locally

To run this project, you'll need:
- Git
- [mdBook](https://rust-lang.github.io/mdBook/guide/installation.html)

1. Clone the repo:
```sh
$ git clone https://github.com/Ch1n3du/opshin_book
...
```
3. Open the book directory in the terminal and run:
```sh
$ cd opshin_book
$ mdbook serve
...
```
This will start a local server hosting the site.

## TODO

- [x] Write Primitive types section.
- [x] Write Container types section.
- [x] Write PlutusData types secton
- [ ] Write on example validators.
- [ ] Write on Parameterized Scripts.
- [ ] Show how to make a small Dapp from scratch, cover:
- [ ] Project Structure
- [ ] Offchain Code
- [ ] Testing