I was very excited when I got my first job as an algorand developer in March 2022. I developed with Solana. there were times when we looked at each other about why the transaction didn't happen.
When I reached in July 2002, I got a system using Supabase Auth with MyAlgoWallet integration using the Remix framework.
I intend to interact with ReachLang with smart contacts running under the Remix.
I installed the Reachlang engine in the Remix main folder.
You can check out the other article on running Reachlang. Other Blog Article
If the ./reach version command does not work, run the following codes in the terminal.
export REACH_ALLOW_SU=1
sudo chmod 666 /var/run/docker.sock // if ubuntu os
file system with remix run and reach
The information I can access with the #reach library is listed below.
const acc = await reach.connectAccount({addr: address, algodClient, indexerClient});
const accAlgoUser = acc.networkAccount.addr;
const addrs = {
'AlgoUser': acc.getAddress(),
};
const ctc = acc.contract(backend);
typescript always asks for types.