Giter VIP home page Giter VIP logo

erc721-vyper's Introduction

ERC721 Vyper implementation

This is an implementation of the ERC721 specification in Vyper. It was done as a learning excercise, and has not been audited. Moreover, due to certain limitations of Vyper (see TODOs below), the implementation doesn't yet comply with the specification.

Setup

npm i

Testing

npm run test

If you make any modifications to the contracts, you will need re-compile:

npm run build

A truffle compatible build process is handled by truper, which does not include vyper compiler. You will need to have the vyper compiler installed and available in your terminal's environment. If you can't run $ vyper -h, the build process will fail.

See the Vyper installation instructions.

TODOs

  • Implement the safeTransfer() function with data. (Dependent on adding default parameter values in vyper). Currently it is implemented but named safeTransferWithData().
  • Add a test for the ability to send from safeTransferWithData()
  • Add the erc721 MetaData interface
  • Add the erc721 Enumberable interface

Acknowledgements

The test suite used here is taken from 0xCert's ethereum-erc721, with only minor modifications. Thank you to them for their work.

erc721-vyper's People

Contributors

maurelian avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.