min-starknet
min-starknet copied to clipboard
A combination of simple implementations of different existing protocols and standards in Cairo
Fix: typos
Most of the deployed contracts in one way or the other, makes use of the deployed ERC20 token `0x064b2aee30d3693237d0e4f1792b0bde2d80f799d2f95ee7cc2bb339b8fce23e`. The problem with this, is users cannot interact with these contracts,...
The messaging bridge minimal implementation still lacks a test script. - Script a test in Cairo for the contract, and keep your code commented, so a newbie can understand what...
The min-staking minimal implementation still lacks a test script. - Script a test in Cairo for the contract, and keep your code commented, so a newbie can understand what each...
The ICO minimal implementation still lacks a test script. - Script a test in Cairo for the contract, and keep your code commented, so a newbie can understand what each...
The nft marketplace minimal implementation still lacks a test script. - Script a test in Cairo for the contract, and keep your code commented, so a newbie can understand what...