ChrisAntaki / notejs

Execute JavaScript from Algorand transaction notes.

Home Page:https://chrisantaki.github.io/notejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notejs

Execute JavaScript from Algorand transaction notes.

Usage

  1. Import the note.js script. This defines the async exex and read functions.
<script src="./note.js"></script>
  1. Execute JavaScript from a given transaction note.
<script>
  (async () => {
    // Create art.
    const txnId = "EYKOBHVOSJJMB4GMDXSHBM7GHUBCBT3REZRFMEADJP56DIY5G2RA";
    await exec(txnId);
  })();
</script>

About

Execute JavaScript from Algorand transaction notes.

https://chrisantaki.github.io/notejs/


Languages

Language:JavaScript 72.1%Language:HTML 27.9%