We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @FrankSzendzielarz , is there some examples how to do arc4 interaction with smart contracts using the c# ?
I would look for it here, but i cannot find anything there.. https://github.com/FrankSzendzielarz/dotnet-algorand-sdk/tree/master/sdk-examples
I am referring to your message on the discrod
The text was updated successfully, but these errors were encountered:
i created the arc56 c# client generator.. its documented here..
https://github.com/scholtz/dotnet-algorand-sdk?tab=readme-ov-file#arc56-dotnet-c-client-generator
Generate client from url
docker run --rm -v "$(pwd):/app/out" scholtz2/dotnet-avm-generated-client:latest dotnet client-generator.dll --namespace "MyNamespace" --url https://raw.githubusercontent.com/scholtz/BiatecCLAMM/refs/heads/main/contracts/artifacts/BiatecConfigProvider.arc56.json
Generate client from local filesystem
docker run --rm -v "$(pwd)/contracts/artifacts:/app/out" -v "$(pwd)/contracts/artifacts:/app/artifacts" scholtz2/dotnet-avm-generated-client:latest dotnet client-generator.dll --namespace "MyNamespace" --file artifacts/BiatecConfigProvider.arc56.json
Sorry, something went wrong.
No branches or pull requests
Hi @FrankSzendzielarz , is there some examples how to do arc4 interaction with smart contracts using the c# ?
I would look for it here, but i cannot find anything there.. https://github.com/FrankSzendzielarz/dotnet-algorand-sdk/tree/master/sdk-examples
I am referring to your message on the discrod
The text was updated successfully, but these errors were encountered: