{"id":15797551,"url":"https://github.com/0xjac/erc777-website","last_synced_at":"2026-03-18T17:43:51.310Z","repository":{"id":150198401,"uuid":"203813290","full_name":"0xjac/ERC777-website","owner":"0xjac","description":"ERC777 Official Website","archived":false,"fork":false,"pushed_at":"2019-09-16T14:37:16.000Z","size":893,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-03T12:54:55.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xjac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-22T14:36:05.000Z","updated_at":"2023-02-27T16:05:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cb1e73f-4c8c-476f-840a-59dc2260da5f","html_url":"https://github.com/0xjac/ERC777-website","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"e752e581e949930e21b3aae43132e4b2a713639b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xjac/ERC777-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xjac%2FERC777-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xjac%2FERC777-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xjac%2FERC777-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xjac%2FERC777-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xjac","download_url":"https://codeload.github.com/0xjac/ERC777-website/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xjac%2FERC777-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29359545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-05T00:09:45.052Z","updated_at":"2026-02-12T05:34:40.136Z","avatar_url":"https://github.com/0xjac.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ERC777\n[![Website](https://img.shields.io/website/https/www.erc777.org?down_color=red\u0026down_message=offline\u0026style=flat-square\u0026up_color=green\u0026up_message=online)](https://erc777.org)\n![Mozilla HTTP Observatory Grade](https://img.shields.io/mozilla-observatory/grade-score/www.erc777.org?publish\u0026style=flat-square)\n[![Content](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-blue.svg?style=flat-square\u0026maxAge=3600)][cc]\n[![License](https://img.shields.io/github/license/0xjac/ERC777.svg?style=flat-square\u0026maxAge=3600)](https://github.com/0xjac/ERC777/blob/master/LICENSE)\n[![EIP](https://img.shields.io/badge/EIP-777-lightgrey.svg?style=flat-square\u0026maxAge=3600)][erc777]\n\n*Source for [erc777.org][site], the official website of [ERC777][erc777].*\n\n## Dependencies\n\n- `npm`\n- `hugo` (extended version) version 0.56 or above\n\n## Instructions\n\n1. Install dev dependencies:\n   ``` shell\n   npm install\n   ```\n   \n2. Preview the website:\n    ``` shell\n    npm run develop\n   ```\n   \n3. Build the website:\n   ``` shell\n   npm run build\n   ```\n   The build website will be available under `/public`.\n\n## License\n\nThe source code is under the [Mozilla Public License (\"MPL\") 2.0](http://mozilla.org/MPL/2.0/),\nalso included in this repository in the [LICENSE](LICENSE) file.\n\nThe content of the website\n(also contained in this repository under [`site/content`](site/content) and [`site/data`](site/data))\nis licensed under [Creative Commons BY NC SA 4.0][cc].\n\n## Next Steps\n\nThe following should be added to the website:\n\n- Decentralized deployment\n  - using swarm (ENS name required)\n  - using zeronet on erc777.bit\n  \n- Add other implementnations, including (hopefully):\n  - OpenZepplin\n  - Vyper\n  \n- FAQ\n\n- Code walk-through\n\n- List of ERC777 tokens, ideally updated dynamically using ERC1820\n\n*Feel free to help with any of the items above.  \nIf you are unsure about anything, feel free reach out to [@0xjac][0xjac] to avoid working on the wrong item.*\n\n## Author\n - Jacques Dafflon [@0xjac][0xjac]\n\n[site]: https://www.erc777.org\n[erc777]: https://eips.ethereum.org/EIPS/eip-777\n[cc]: (https://creativecommons.org/licenses/by-nc-sa/4.0/)\n[0xjac]: https://github.com/0xjac","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xjac%2Ferc777-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xjac%2Ferc777-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xjac%2Ferc777-website/lists"}