generate client

This commit is contained in:
SaraJane
2026-01-19 23:13:13 +00:00
parent cdf35e058d
commit 4be7c60810
2 changed files with 582 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { OnSchemaBreak, OnUpdate } from '@algorandfoundation/algokit-utils/types
import { useWallet } from '@txnlab/use-wallet-react'
import { useSnackbar } from 'notistack'
import { useState } from 'react'
import { HelloWorldFactory } from '../../TokenizeRWATemplate-contracts/smart_contracts/artifacts/hello_world/HelloWorldClient'
import { HelloWorldFactory } from '../contracts/HelloWorldClient'
import { getAlgodConfigFromViteEnvironment, getIndexerConfigFromViteEnvironment } from '../utils/network/getAlgoClientConfigs'
interface AppCallsInterface {