Maybe add a script that deterministically fake-mines and sends transactions for demonstration that transactions indeed work on a fresh node started with flags --isolated --minfee=0.00000001 --testnet --temporary.
This would allow learners to see how the transactions are processed in realtime by the node and demonstrate that they really are mined and correctly accepted. Then people can adapt the example to experiment when implementing API.
This script would assume a node started with the above parameters to have a reproducible fresh setup.
Maybe add a script that deterministically fake-mines and sends transactions for demonstration that transactions indeed work on a fresh node started with flags
--isolated --minfee=0.00000001 --testnet --temporary.This would allow learners to see how the transactions are processed in realtime by the node and demonstrate that they really are mined and correctly accepted. Then people can adapt the example to experiment when implementing API.
This script would assume a node started with the above parameters to have a reproducible fresh setup.