Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 788 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 788 Bytes

Opshin Book

Official documentation for the Opshin programming language.

Running locally

To run this project, you'll need:

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

TODO

  • 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