Skip to content

Commit

Permalink
feat(04-zkapp-ui-with-react.mdx): add brief description of functions …
Browse files Browse the repository at this point in the history
…running in the web worker
  • Loading branch information
ymekuria committed Oct 3, 2024
1 parent 3b8c85d commit 344475a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/zkapps/tutorials/04-zkapp-ui-with-react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ The state object holds references to the zkApp Instance, Add contract instance,

##### Defining functions that will run in the worker thread

These functions perform tasks such as setting up the network instance, loading and compiling the smart contract, fetching accounts, interacting with the smart contract, and handling transactions.

```ts ignore
export const api = {
async setActiveInstanceToDevnet() {
Expand Down

0 comments on commit 344475a

Please sign in to comment.