{"id":29840500,"url":"https://github.com/0xeigenlabs/0xeigenlabs.github.io","last_synced_at":"2026-03-17T05:32:25.058Z","repository":{"id":37015553,"uuid":"451939401","full_name":"0xEigenLabs/0xEigenLabs.github.io","owner":"0xEigenLabs","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-14T03:55:53.000Z","size":60446,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-14T05:02:30.537Z","etag":null,"topics":["blockchain","snark","zkp","zkvm"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xEigenLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-01-25T15:46:51.000Z","updated_at":"2024-08-14T03:54:21.000Z","dependencies_parsed_at":"2023-11-13T02:29:05.548Z","dependency_job_id":"945f7e19-f884-42ae-8a23-32e62290903a","html_url":"https://github.com/0xEigenLabs/0xEigenLabs.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xEigenLabs/0xEigenLabs.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xEigenLabs%2F0xEigenLabs.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xEigenLabs%2F0xEigenLabs.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xEigenLabs%2F0xEigenLabs.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xEigenLabs%2F0xEigenLabs.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xEigenLabs","download_url":"https://codeload.github.com/0xEigenLabs/0xEigenLabs.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xEigenLabs%2F0xEigenLabs.github.io/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267701619,"owners_count":24130457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":["blockchain","snark","zkp","zkvm"],"created_at":"2025-07-29T14:16:29.517Z","updated_at":"2026-03-17T05:32:24.970Z","avatar_url":"https://github.com/0xEigenLabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eigen zkVM Developer Documentation Site\nEigen Network builds the general-purpose zkVM with native privacy-preserving technology support on its modular proof system.\n\n## Dependencies\nTo work on this site you will need:\n- Linux or macOS (Windows may work, but is unsupported).\n- Ruby, version 2.3.1 or newer\n- Bundler — If Ruby is already installed, but the bundle command doesn't work,\njust run `gem install bundler:1.16.3` in a terminal.\n- [Pandoc](https://pandoc.org/installing.html)\n\n## Build\n\nBuild site and slate API docs from the project's root directory:\n```bash\n./bin/build\n```\n\n## Run\n\nTo view the site locally, execute the build command first, and then run a simple\nhttp server from the project's `/build` directory:\n\n```bash\n$ cd build\n```\n\nPython2:\n\n```bash\n$ python -m SimpleHTTPServer 8080\n```\n\nPython3:\n\n```bash\n$ python -m http.server 8080\n```\n\nRuby:\n```bash\n$ ruby -run -e httpd . -p 8080\n```\n\nNode.js:\n```bash\n$ npm install -g http-server\n$ http-server -p 8080\n```\n\nThe site will run at [http://localhost:8080](http://localhost:8080).\n\n## Updating API Docs\nThe [API Documentation](https://0xeigenlabs.github.io/api-docs/index.html)\nruns on the Open Source [Slate Framework](https://github.com/lord/slate).\nTo make an update, fork the repo and make the changes to the appropriate\nmarkdown in this [file directory](https://github.com/0xEigenLabs/0xEigenLabs.github.io/tree/master/src/api-docs/source/includes/).\nTo use livereload while working on the API docs, use middleman livereload like so:\n``` bash\n$ cd ./0xeigenlabs.github.io/src/api-docs/\n$ bundle install\n$ bundle exec middleman server\n```\n\nWhen your PR is merged the new docs will be deployed to the live docs page.\n\n## Guide Contribution Guidelines\n### Submitting Ideas\nHave an idea for a guide or tutorial? First head on over to the\n[GitHub issues](https://github.com/0xEigenLabs/0xeigenlabs.github.io/issues)\nand see if your idea is already posted. If not, create an issue.\n\n### Don't commit built files\nPull requests should only include changes to files in the `src` directory.\nReleases will be done that build and deploy.\n\n### Adding a New Guide\nTo add a new guide, just a submit a pull request (PR) with a markdown\nfile added to the `src/guides` directory in this repo (take a look at\nsome of the other guides [here](https://github.com/0xEigenLabs/0xeigenlabs.github.io/tree/master/src/guides)).\nIf your PR is accepted, it will added to the website.\n\nBe sure to build the site before submitting your PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xeigenlabs%2F0xeigenlabs.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xeigenlabs%2F0xeigenlabs.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xeigenlabs%2F0xeigenlabs.github.io/lists"}