HKHamza Karabağinzet.hashnode.dev·Jan 22, 2022 · 3 min readReach: API SyntaxAn API in a Reach back-end is a set of functions that are not bound to any participant. It means that unlike participant interfaces, where only the user with the right role can respond to the messages for a specific participant, API functions can be ...00
HKHamza Karabağinzet.hashnode.dev·Sep 24, 2021 · 3 min readReach: What to do when my version mismatches?TLDR; Run these commands one after another ./reach down ./reach docker-reset ./reach upgrade ./reach update ./reach clean What does actually happen? Reach as a program is a compiler and a suite of tools that helps with the blockchain development. ...00