This repo is a collection of smart contracts that I wrote for learning purposes:
- Crowdfunding contract written in Solidity, more here
- Crowdfunding contract written in Cairo, more here
- Fact registry Solana contract written in Rust, more here
TODO:
- Add Cardano smart contract
- Fix problem with
await starknet.devnet.setTime(deployTime + (days + 1) * 24 * 60 * 60);
- Review contracts from security perspective