Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikiw/smartcontracts

Collection of contracts for learning purposes.
https://github.com/mikiw/smartcontracts

blockchain cairo ethereum rust smart-contracts solana solidity starknet starkware

Last synced: about 1 month ago
JSON representation

Collection of contracts for learning purposes.

Awesome Lists containing this project

README

        

# SmartContracts

This repo is a collection of smart contracts that I wrote for learning purposes:
- Crowdfunding contract written in Solidity, more [here](https://github.com/mikiw/SmartContracts/tree/main/crowdfunding/solidity%200.8.17)
- Crowdfunding contract written in Cairo, more [here](https://github.com/mikiw/SmartContracts/tree/main/crowdfunding/cairo%200.10.1)
- Fact registry Solana contract written in Rust, more [here](https://github.com/mikiw/SmartContracts/tree/main/zk-proof-fact-registry/solana/)

TODO:
- Add Cardano smart contract
- Fix problem with `await starknet.devnet.setTime(deployTime + (days + 1) * 24 * 60 * 60);`
- Review contracts from security perspective