baking-bad / netezos

Netezos is a cross-platform Tezos SDK for .NET developers, simplifying the access and interaction with the Tezos blockchain
https://netezos.dev
MIT License
40 stars 21 forks source link

Can i write smart contract for tezos using netezos? #48

Closed KamranShahid closed 2 years ago

KamranShahid commented 2 years ago

I was reading https://www.c-sharpcorner.com/article/getting-started-with-smart-contracts-in-c-sharp/ for jump into smart contract creation. Is there any similar article targeting tezos?

KamranShahid commented 2 years ago

or can i write smart contract for tezos using C# Any help @Groxan

Groxan commented 2 years ago

No, you can't write smart contracts on C#. However, you can try to create your own language with syntax based on C#, and then create a compiler from your language to Michelson.

Netezos is an SDK for interacting with smart contracts and the Tezos blockchain in general.