Skip to content

Non-fungible token implementation for Ethereum-based blockchains.

Notifications You must be signed in to change notification settings

lKapKDcyTPe/ethereum-erc721

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

ERC-721 Token — Modified Standard

This is a modified version of the reference ERC-721 implementation.

The purpose of this fork is to enable procedural metadata generation, an optimal reservation system, and gas-efficient minting.

The structure of this repository follows 0xcert's main branch. The main areas of note are:

  • ethergals.sol: The actual contract implementation.
  • nf-token.sol: The previous static token URI definition has been removed, and an internal ownerOf() function analogue has been added to support contract logic.
  • nf-token-metadata.sol: The static metadata implementation found here has been removed, leaving only base contract information such as the name and symbol.

About

Non-fungible token implementation for Ethereum-based blockchains.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Solidity 100.0%