Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikiw/smartcontracts
- Owner: mikiw
- Created: 2022-08-18T21:53:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T09:51:48.000Z (6 months ago)
- Last Synced: 2024-06-13T12:44:31.236Z (6 months ago)
- Topics: blockchain, cairo, ethereum, rust, smart-contracts, solana, solidity, starknet, starkware
- Language: Cairo
- Homepage:
- Size: 668 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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