Skip to content
New issue

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

Arc4 interaction #20

Open
scholtz opened this issue Nov 4, 2024 · 1 comment
Open

Arc4 interaction #20

scholtz opened this issue Nov 4, 2024 · 1 comment

Comments

@scholtz
Copy link

scholtz commented Nov 4, 2024

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

image

@scholtz
Copy link
Author

scholtz commented Mar 8, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant