2019-08-08: This repository has been deprecated in favor of a different front-end repository which will likely not be made open-source. This repository has been archived for reference, but should not be considered up to date or useable by any means.
Web Frontend for the Codex Registry
The Codex Viewer allows individuals and organizations the ability to create and maintain records within the Codex Registry.
The Codex Viewer is the web front end to the Codex Registry. The Codex Registry allows records (in the form of ERC-721 tokens) to be created and maintained.
- Node.js (> 8.x)
- NPM (> 5.x)
- Codex Ethereum Service
- Codex Registry API
- Ethereum Event Listener (EEL)
First install and run the Codex Ethereum Service, the Codex Registry API and EEL.
$ git clone https://github.com/codex-protocol/web.codex-viewer
$ cd web.codex-viewer
$ npm install
$ npm run link-all
$ npm run start
$ TARGET_ENV=production npm run build
will build static site assets into the /dist
directory. Serve this using your preferred static site hosting provider.
If you have any questions, feel free to reach out to one of the repository maintainers or simply open an issue here on GitHub.
Pull Requests are not only allowed, but highly encouraged! All Pull Requests must pass CI checks (if applicable) and be approved by at least one repository maintainer before being considered for merge.
Codex Labs, Inc follows the Contributor Covenant Code of Conduct.
GNU Affero General Public License v3.0 or later © Codex Labs, Inc