{"id":19423195,"url":"https://github.com/make-software/casper-clarity","last_synced_at":"2025-04-24T16:30:49.476Z","repository":{"id":49005982,"uuid":"342348558","full_name":"make-software/casper-clarity","owner":"make-software","description":"Web client for CasperLabs network","archived":false,"fork":false,"pushed_at":"2021-10-06T20:40:05.000Z","size":3905,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T07:21:50.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/make-software.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}},"created_at":"2021-02-25T18:58:34.000Z","updated_at":"2023-06-27T10:13:17.000Z","dependencies_parsed_at":"2022-09-07T14:01:32.611Z","dependency_job_id":null,"html_url":"https://github.com/make-software/casper-clarity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-software%2Fcasper-clarity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-software%2Fcasper-clarity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-software%2Fcasper-clarity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-software%2Fcasper-clarity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/make-software","download_url":"https://codeload.github.com/make-software/casper-clarity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250663544,"owners_count":21467366,"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","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-11-10T13:37:10.691Z","updated_at":"2025-04-24T16:30:49.112Z","avatar_url":"https://github.com/make-software.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Casper Explorer\n\nThe purpose of the explorer is to help users interact with the blockchain:\n\n- Sign up to participate in devnet\n- Create accounts (public/private key pairs)\n- Ask the faucet for tokens on devnet\n- Explore the block DAG\n- Deploy contracts\n\n## Prerequisites\n\nYou need to have a Casperlabs node to run the Clarity against.\n\nYou can spin up an [nctl](https://github.com/CasperLabs/casper-node/tree/master/utils/nctl) network of nodes locally, or, if you have a running node, you can add a proxy in front of it. This repository offers a docker image you can build to use as the proxy. To build the image execute the following command from the repository root:\n\n```\ndocker build -t clarity-node-proxy -f Dockerfile.node-proxy .\n```\n\n## Setup\n\nAfter cloning the repo `cd` to the root of the clarity dir and run:\n\n```\n  yarn install  // Installs dependencies\n  yarn build    // Builds components from packages\n```\n\nNow that the packages and network are ready you will need 4 terminals to get it all working:\n\n```\n// Terminal A\n  cd packages/event_store\n  rm development_sqlite.db    // Wipe old data\n  npm run start-web-server    // Start event-store\n\n// Terminal B\n  export NODE_ADDRESS=xxx.xxx.xxx.xxx \u0026\u0026 npm run start-event-handler // Start processing event-stream\n\n// Terminal C\ndocker run -p 8081:80 -e NODE_ADDRESS=xxx.xxx.xxx.xxx clarity-node-proxy // Start node proxy\n\n// Terminal D\n  cd ../../\n  yarn dev    // Start local Clarity instance\n```\n\nIf you want to run the **Cypress** test suite you will then need one more terminal and run one of the following:\n\n```\n  yarn cypress:dev    // Opens the Cypress GUI and holds the test window open on\n                       completion of the suite.\n  yarn cypress:chrome // Runs the Cypress tests and closes the browser on completion,\n                        results are printed to the terminal.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-software%2Fcasper-clarity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmake-software%2Fcasper-clarity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-software%2Fcasper-clarity/lists"}