token-contract
token-contract copied to clipboard
Fungible, Non-Fungible, Semi-Fungible Tokens Smart Contracts
Due to the change of updating `stdlib.fc` to 'commit 3d9a165 on Oct 25, 2022', many stdlib.fc dependencies in NFT contracts are outdated. Thus, this pull request contains following change: 1....
* Refactored variable and function names to use camelCase. * Updated documentation and comments to match the new naming convention.
**Description**: * The codebase uses a mix of camelCase and snake_case. * Refactor to use a single naming convention. **Benefits**: * Improved readability and consistency. No functional changes introduced.