Smart contracts on different blockchains
- Solidity
- Fe
- Vyper
- FunC
- Tact
- Fift
- solana_program
- anchor
- C
- move
- move
- leo
- ink
- JavaScript
- Rust
I made this repo to keep my smart contracts here. which is used for learning, production use or referencing as examples. Another reason that I made this repo is to get familiar with different contract models and ideas in different blockchains as a research to work on, design and develop new virtual machine/runtime environments for blockchains.
More resources to read and learn about smart contract engines/run-times/virtual machines:
Feel free to make a PR anf update any contract if there is a typo, security issue, missing test, wrong info in docs and ...
Note: don't forgot to use conventional commits.