Official documentation for the Opshin programming language.
To run this project, you'll need:
- Git
- mdBook
- Clone the repo:
$ git clone https://github.com/Ch1n3du/opshin_book ...
- Open the book directory in the terminal and run:
This will start a local server hosting the site.
$ cd opshin_book $ mdbook serve ...
- Write Primitive types section.
- Write Container types section.
- 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