This is a basic implementation of an ERC721 Non-Fungible Token (NFT) contract using Fe-lang. It's an example of how to create unique, non-fungible tokens on the Ethereum blockchain.
- Unique Tokens: Each token has a unique ID.
- Ownership Tracking: Keeps track of who owns each token.
- Transfers: Allows tokens to be sent from one person to another.
- Minting: New tokens can be created.
- Burning: Tokens can be destroyed.
Ideal for simple NFT projects like digital collectibles, art, and gaming items.
Github Repository: github.com/markeljan/fe-hack
Deployment URL: sepolia.etherscan.io