Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.28 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.28 KB

NeoPepes

An interactive tutorial on Neo smart contracts.

Contents

  • 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

Acknowledgements

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 :)

Installation and Usage

yarn

Installs the dependencies.

yarn start

Runs the app in development mode. Open http://localhost:3000 to view it in the browser.

yarn test

Runs the test watcher in an interactive mode. We use Jest for testing.

Contributing

We recommend the community help us make improvements. To report bugs please create an issue in this repository.

License

This project is open source software licensed as GPL-3.0.