An interactive tutorial on Neo smart contracts.
- Chaper 1: Writing smart contracts
- Intro & contract declaration
- Structure & functions
- Constant variables
- Storage
- CheckWitness
- Interacting with the blockchain (invoke & invokeRead)
- Chapter 2: NFT pepes
- Intro
- properties
- ownerOf
- balanceOf & totalSupply
- transfer
- Missing: name, symbol, decimals, tokensOf
- Chaper 3: Going live, deployment & testing
- Chaper 4: Security & optimization
This project was originally developed by Neuti Noel Yoo (@neutiyoo) as a guide on writing Scilla, we modified the content and some of the form in order to transform it into NeoPepes, but we've only been able to do this thanks to him for creating it in the first place and making it open source :)
Installs the dependencies.
Runs the app in development mode.
Open http://localhost:3000
to view it in the browser.
Runs the test watcher in an interactive mode. We use Jest for testing.
We recommend the community help us make improvements. To report bugs please create an issue in this repository.
This project is open source software licensed as GPL-3.0.