Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

codex-protocol/deprecated.web.codex-viewer

Repository files navigation

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.

Codex Protocol | Codex Viewer

standard-readme compliant

Web Frontend for the Codex Registry

The Codex Viewer allows individuals and organizations the ability to create and maintain records within the Codex Registry.

Table of Contents

Background

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.

Dependencies

Install

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

Build

$ TARGET_ENV=production npm run build will build static site assets into the /dist directory. Serve this using your preferred static site hosting provider.

Maintainers

Contribute

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.

License

GNU Affero General Public License v3.0 or later © Codex Labs, Inc