Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: ERC721 NFT Contract #250

Open
wants to merge 24 commits into
base: dev
Choose a base branch
from
Open

Commits on Oct 16, 2024

  1. Add ERC721 initial impl

    0xNeshi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9703d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41bd832 View commit details
    Browse the repository at this point in the history
  3. Simplify contract

    0xNeshi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cdc5a9a View commit details
    Browse the repository at this point in the history
  4. Implement mint and burn

    0xNeshi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    286e8c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. refactor erc721

    0xNeshi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0b1bb65 View commit details
    Browse the repository at this point in the history
  2. rename back contract->erc721

    0xNeshi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    eda9fc9 View commit details
    Browse the repository at this point in the history
  3. Set up tests

    0xNeshi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    446f735 View commit details
    Browse the repository at this point in the history
  4. Add all getter tests

    0xNeshi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7a3afc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbb07af View commit details
    Browse the repository at this point in the history
  6. Add approve tests

    0xNeshi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    15fa3ae View commit details
    Browse the repository at this point in the history
  7. Add transfer_from tests

    0xNeshi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    dceff79 View commit details
    Browse the repository at this point in the history
  8. Add safe_transfer_from tests

    0xNeshi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f5ed044 View commit details
    Browse the repository at this point in the history
  9. Add mint tests

    0xNeshi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9e7ab1d View commit details
    Browse the repository at this point in the history
  10. Add burn tests

    0xNeshi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4cb576f View commit details
    Browse the repository at this point in the history
  11. Add internal tests

    0xNeshi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    282fe6b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e5e84e9 View commit details
    Browse the repository at this point in the history
  13. fix tests

    0xNeshi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6bf7d66 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    69bc00a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    09b01b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e79fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20b34b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa3c4a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    fef0cd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0650e1e View commit details
    Browse the repository at this point in the history