Closed 0xChqrles closed 11 months ago
Name | Link |
---|---|
Latest commit | 1dd9a81dbe64965dc31564e0d57dd4495c2600a9 |
Latest deploy log | https://app.netlify.com/sites/starknet-react/deploys/6570ac66dceb260008b5200f |
Deploy Preview | https://deploy-preview-368--starknet-react.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
add the Arcade counter, the first contract of a set of Cairo contracts, designed specifically for testing and validation purposes.
The Arcade counter functions as a counter and includes both an
increment
anddecrement
function. The counter is uniquely associated with a master account, when the contract is invoked by an arcade account, it utilizes the master account's address for the operation.