Skip to content

0xExp-po/smartcontracts-several-languages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SmartContracts

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