Bodrum DAO on Algorand

Bodrum DAO on Algorand

Algorand Decentralized Autonomous Organization

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.

New Remix App.png 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 Ekran görüntüsü 2022-08-01 12-49-34.png

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. Ekran görüntüsü 2022-08-01 21-29-11.png