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.
- Host: GitHub
- URL: https://github.com/opshin/opshin-book
- Owner: OpShin
- Created: 2023-03-26T15:33:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T07:12:33.000Z (over 1 year ago)
- Last Synced: 2025-02-28T14:23:51.638Z (over 1 year ago)
- Topics: cardano, python, smart-contracts
- Homepage: https://book.opshin.dev/
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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