Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kehiy/sc-collection

My smart-contract/program collection on different blockchains
https://github.com/kehiy/sc-collection

aleo aptos blockchain ethereum evm nearprotocol pactus polkadot sealevel smart-contracts snarkvm solana substrate sui ton tvm wasm

Last synced: about 2 months ago
JSON representation

My smart-contract/program collection on different blockchains

Awesome Lists containing this project

README

        

# sc-collection

My smart-contract/program collection on different blockchains

## Chains & Languages

### EVM

* [X] Solidity
* [ ] Fe
* [ ] Vyper

### TON (TVM)

* [X] FunC
* [X] Tact
* [ ] Fift

### Solana

#### Rust

* [X] solana_program
* [ ] anchor

#### c

* [ ] C

### Sui (MoveVM)

* [ ] move

### Aptos (MoveVM)

* [X] move

### Aleo (snarkVM)

* [X] leo

### Plokadot (Ink/substrate/WASM)

* [ ] ink

### Near Protocol (WASM)

* [X] JavaScript
* [ ] Rust

## Why?

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

More resources to read and learn about smart contract engines/run-times/virtual machines:

1. [Blockchain Execution Environments Comparison](https://101blockchains.com/blockchain-execution-environments-comparison)

## Contributing

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.