Darlington Nnam
Darlington Nnam
Successfully cloned and installed openzeppelin cairo contracts following the Readne instructions. But when i try to compile using the command stated in step3, i get the error ``` zsh: command...
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...
The aim of Starknet Scaffold is to simplify the lives of developers. Let's simplify the way developers verify their contract within the `contracts` folder on Voyager down to running a...
Amazing job we've done thus far, but we need a great documentation, people can reference as there's not so much we can cover in the Readme. **This issue will require...
- Will be a 2-part detailed series - Will cover both the contract development and frontend development aspect using Starknet Scaffold - First part on contract development, second part on...