-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The app and the contract can/should validate:
Create a wallet, login and then create a sub-account
Deploy a hello world smart contract (hello.student.testnet)
Have an interface that takes and returns complex objects
We want people to understand that U64 and U128 are its own types (JSON does not handle more than 52bit number)
Explicit Initialization vs default state in the contract
How to use the collections: Array, Map
Make some actions (Transfer? sub-accounts?)
Make a cross contract call (being mindful of GAS)
Another course can focus on understanding of popular NEPs
FT
NFT
DAO (not a NEP)
Oracles
An even more advance course can touch on:
Access Keys
Batch actions vs parallel transactions
State Migration
XCC GAS optimization
Would love any input both on possible validations and ideas of how to perform the said validations