{"id":20841426,"url":"https://github.com/iotexproject/iotex-pantheon","last_synced_at":"2025-05-08T22:09:27.123Z","repository":{"id":97187109,"uuid":"262395992","full_name":"iotexproject/iotex-pantheon","owner":"iotexproject","description":"Pantheon - IoTeX Consortium Blockchain","archived":false,"fork":false,"pushed_at":"2023-10-25T18:52:02.000Z","size":24108,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":12,"default_branch":"master","last_synced_at":"2023-10-25T19:40:09.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/iotexproject.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,"governance":null}},"created_at":"2020-05-08T18:14:39.000Z","updated_at":"2023-10-25T18:52:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"94983490-5c8b-4657-b4a2-df33d523947d","html_url":"https://github.com/iotexproject/iotex-pantheon","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-pantheon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-pantheon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-pantheon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-pantheon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotexproject","download_url":"https://codeload.github.com/iotexproject/iotex-pantheon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225110744,"owners_count":17422470,"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-18T01:20:01.787Z","updated_at":"2024-11-18T01:20:02.479Z","avatar_url":"https://github.com/iotexproject.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/iotexproject/iotex-pantheon/blob/master/logo.png\" width=\"480px\"\u003e\n\u003c/p\u003e\n\n\u003e **Warning**\n\u003e This repo is not actively maintained.\n\u003e Please check https://iotex.io for latest updates. \n\n\n\nPantheon is the consortium blockchain built with IoTeX technology. With the trial, The chain will be running on the standalone mode in this setup(one single node produce blocks).\n\n## Usage:\n    ./setup.sh                     - Use the mirror provided by the official docker hub, and\n                                     the tag of the image is trial to start the service. The\n                                     configuration file uses the contents of the directory trial.\n    ./setup.sh clean               - Clean up all iotex pantheon running components\n\n## Option 1: Use Your Machine\n1. Install [Docker](https://docs.docker.com/get-docker/) if not already.\n2. Download/unzip https://github.com/iotexproject/iotex-pantheon/archive/master.zip or ```git clone``` this repo.\n3. Please make sure your following ports are available to use: 3000, 33306, 4004, 4689, 8089, 8090, 8200, 9090, 9901, 10000, 14014, 14689, 15015, 18080, 33060\n4. Run: ```./setup.sh``` and follow the instructions. Once this script is done, the blockchain backend and frontend should be already up and running. \n5. Open up a browser to visit http://localhost:4004.\n6. If this is the first time everything is up, you need to select \"Don’t have an account? Sign up\". \n7. Search “Initial Root Token” in your terminal to find a string like ```s.brtnkbVTDGzM7uQSRuGa2sVW```, and use it to register a new user and login the system.\n8. If you need advanced monitoring, login http://localhost:3000/login with ```admin/admin``` and configure your own dashboard.\n9. If you want to restart everything from scratch, run ```./setup.sh clean```.\n\n## Option 2: Use Amazon Machine Images (AMI)\n1. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/ and switch to the region \"us-east-2\".\n2. In the navigation pane, choose AMIs and choose Public images.\n3. Search for \"**pantheon**\" and start an instance from it.\n4. Once it is up and running, ssh into the machine and `cd iotexproject/iotex-pantheon; ./setup.sh`\n5. Follow steps 5 - 9 above.\n\n\n## Access blockchain explorer remotely\nIf you are accessing explorer not on the machine where you plan to deploy the iotex-pantheon, please change following entries in ./docker-compose/docker-compose-one-node.yml before you run `setup.sh`:\n```\n      ANALYTICS_API_GATEWAY_URL: http://localhost:8089/query\n      API_GATEWAY_URL: http://localhost:4004/api-gateway/\n      GRAFANA_LINK: http://localhost:3000\n```\nChange from `localhost` to the remote machine address/ip.\n\n\n## Use the command-line tool\n1. Set command-line tool to connect with chain node\n```\nioctl config set endpoint 127.0.0.1:14014 --insecure\n```\n\n2. import the demo private key (c4fc484f35479d50b3f9f21dbdf63d466db1f432fa8ea2ad7a4e80bc8cacadcc)\n```\nioctl account import key 4b\n```\n\n3. Now you can make a transaction or deploy contract with a demo account\n```\nioctl action transfer io1gakgrsnsxmg9ed0tlcc2ukxzxdg6v8z2glw82e 10000 -s 4b\n```\n```\nioctl action deploy -b \"0x3838533838f3\" -s 4b\n```\n\n## Features Compare\n|   | IoTeX Mainnet  | Pantheon Trial  |  Pantheon Production  |\n|---|---|---|---|\n| Delegate Election | YES | NO | NO |\n| 0 Fee Transaction | NO | YES | YES |\n| Private Access | NO | YES  | YES |\n| User Management | NO | YES  | YES |\n| Block Producer Management | NO | NO | YES |\n| Multiple Block Producers | YES | NO | YES |\n| Layer 2 Scalability | NO  | NO  | YES  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Fiotex-pantheon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotexproject%2Fiotex-pantheon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Fiotex-pantheon/lists"}