[Tutorial] List of Tutorials + Requests!

Hi,

I think we should collect a list of tutorials and create them. I have a few ideas but I’d like to get some more input like this from all of you:

  • Setup and run your own aeternity Node
  • Setup and run your own aeternity Compiler
  • Setup and run your own aeternal Backand API Server
  • Write a Sophia Smart Contract with a function that puts a number into the state and one function that reads the number from state
  • Use the JavaScript SDK to deploy a Sophia Smart Contract, call a Smart Contract function and display the response

and so on. Every idea welcome!

3 Likes

Generalized Accounts

  • a generalised account with zero-knowledge proofs
  • a generalised account with spending limit

Wallet

  • Reverse iframe contract call and signature with Base wallet
  • Deeplink example with Sophia smart contract call and signature with Base wallet
  • Waellet sophia smart contract call and signature
  • A minimal web wallet that can send and receive tokens

Explorer

  • simple explorer to query an account and show its balance

App

  • host a daepp on GitHub pages
  • install a node, compiler and backend api server on AWS, Digital Ocean, Hetzner and other hosting services
4 Likes

Also Tutorials on Middleware would be great

1 Like

tutorials on how to host a dapp on azure nd heroku will be really apperciated
i host my ethereum dapp on heroku so i’ll love to see how to host aepps on it too