The miden-bank tutorial docs were added in #168, but the companion code still lives in an external repository. This makes it harder to maintain version alignment when SDK updates happen.
Adding the miden-bank source code to examples/miden-bank/ keeps everything in one place, so docs and code can be updated together.
Related: #165
The miden-bank tutorial docs were added in #168, but the companion code still lives in an external repository. This makes it harder to maintain version alignment when SDK updates happen.
Adding the miden-bank source code to
examples/miden-bank/keeps everything in one place, so docs and code can be updated together.Related: #165