/ERC777-website

ERC777 Official Website

Primary LanguageHTMLMozilla Public License 2.0MPL-2.0

ERC777

Website Mozilla HTTP Observatory Grade Content License EIP

Source for erc777.org, the official website of ERC777.

Dependencies

  • npm
  • hugo (extended version) version 0.56 or above

Instructions

  1. Install dev dependencies:

    npm install
  2. Preview the website:

    npm run develop
  3. Build the website:

    npm run build

    The build website will be available under /public.

License

The source code is under the Mozilla Public License ("MPL") 2.0, also included in this repository in the LICENSE file.

The content of the website (also contained in this repository under site/content and site/data) is licensed under Creative Commons BY NC SA 4.0.

Next Steps

The following should be added to the website:

  • Decentralized deployment

    • using swarm (ENS name required)
    • using zeronet on erc777.bit
  • Add other implementnations, including (hopefully):

    • OpenZepplin
    • Vyper
  • FAQ

  • Code walk-through

  • List of ERC777 tokens, ideally updated dynamically using ERC1820

Feel free to help with any of the items above.
If you are unsure about anything, feel free reach out to @0xjac to avoid working on the wrong item.

Author