https://github.com/0xjac/erc777-website
ERC777 Official Website
https://github.com/0xjac/erc777-website
Last synced: 3 months ago
JSON representation
ERC777 Official Website
- Host: GitHub
- URL: https://github.com/0xjac/erc777-website
- Owner: 0xjac
- License: mpl-2.0
- Created: 2019-08-22T14:36:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T14:37:16.000Z (almost 7 years ago)
- Last Synced: 2025-09-03T12:54:55.370Z (10 months ago)
- Language: HTML
- Size: 872 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ERC777
[](https://erc777.org)

[][cc]
[](https://github.com/0xjac/ERC777/blob/master/LICENSE)
[][erc777]
*Source for [erc777.org][site], the official website of [ERC777][erc777].*
## Dependencies
- `npm`
- `hugo` (extended version) version 0.56 or above
## Instructions
1. Install dev dependencies:
``` shell
npm install
```
2. Preview the website:
``` shell
npm run develop
```
3. Build the website:
``` shell
npm run build
```
The build website will be available under `/public`.
## License
The source code is under the [Mozilla Public License ("MPL") 2.0](http://mozilla.org/MPL/2.0/),
also included in this repository in the [LICENSE](LICENSE) file.
The content of the website
(also contained in this repository under [`site/content`](site/content) and [`site/data`](site/data))
is licensed under [Creative Commons BY NC SA 4.0][cc].
## 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][0xjac] to avoid working on the wrong item.*
## Author
- Jacques Dafflon [@0xjac][0xjac]
[site]: https://www.erc777.org
[erc777]: https://eips.ethereum.org/EIPS/eip-777
[cc]: (https://creativecommons.org/licenses/by-nc-sa/4.0/)
[0xjac]: https://github.com/0xjac