{"id":36878549,"url":"https://github.com/allinbits/atomone-staking-portal","last_synced_at":"2026-01-12T15:17:21.162Z","repository":{"id":263788604,"uuid":"874890547","full_name":"allinbits/atomone-staking-portal","owner":"allinbits","description":"The AtomOne Staking Portal is a platform facilitating web-based management of delegations on the AtomOne chain.","archived":false,"fork":false,"pushed_at":"2025-11-20T09:26:42.000Z","size":6401,"stargazers_count":2,"open_issues_count":4,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-11-20T11:26:23.844Z","etag":null,"topics":["atomone"],"latest_commit_sha":null,"homepage":"https://staking.atom.one/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allinbits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-18T16:44:36.000Z","updated_at":"2025-11-20T09:26:46.000Z","dependencies_parsed_at":"2025-05-29T08:29:52.689Z","dependency_job_id":"76bf212a-9b00-4c77-92fe-e997b70ee89f","html_url":"https://github.com/allinbits/atomone-staking-portal","commit_stats":null,"previous_names":["allinbits/atomone-staking-portal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/allinbits/atomone-staking-portal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allinbits%2Fatomone-staking-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allinbits%2Fatomone-staking-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allinbits%2Fatomone-staking-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allinbits%2Fatomone-staking-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allinbits","download_url":"https://codeload.github.com/allinbits/atomone-staking-portal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allinbits%2Fatomone-staking-portal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["atomone"],"created_at":"2026-01-12T15:17:20.541Z","updated_at":"2026-01-12T15:17:21.155Z","avatar_url":"https://github.com/allinbits.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AtomOne Staking Portal\n\nThe AtomOne Staking Portal is a platform facilitating web-based management of tokens (or stake) delegation, re-delegation, un-delegation operations and claiming of rewards on the AtomOne chain. Prioritizing security, AtomOne encourages the use of CLI commands for interactions with the portal, using your wallet of choice or a public address you can gain immediate access to AtomOne's staking functionalities. \n\nOur goal with the AtomOne Staking Portal is to empower the community to effortlessly participate in staking thus ensuring the security of the network while making it more accessible to engage, regardless of their technical expertise or background.\n\n## Usage\n\nYou can visit the deployed portal at [https://staking.atom.one/](https://staking.atom.one/).\n\nThe following is a showcase of the existing functionality.\n\n### Homepage\n\nHomepage loads a list of all validators on the AtomOne chain. They are ordered by total delegation amount with active ones first and inactive ones after.\n\nThe list displays the validator moniker, the operator address, the total delegated power, their current status and whether they are currently jailed or not.\n\nThe last 3 columns are only available once you have connected your wallet. Either Keplr/Cosmostation or Leap or simply entering your public AtomOne address.\n\nThese are your current delegations to that validator, your pending rewards and a list of action buttons: \n- Stake (to delegate to that validator): Brings up a form to enter the amount you wish to delegate.\n- Redelegate (to redelegate away from that validator): Brings up a form to enter the amount you wish to redelegate and to select the validator you want to redelegate to.\n- Unstake (to undelegate from that validator): Brings up a form to enter the amount you wish to undelegate.\n- Claim Rewards (to claim teh rewards from that validator): Brings up a form to claim the rewards from that validator.\n  \nAt the bottom of the validator list there is also a button to Claim All Rewards across all validators.\n\nAll the actions above can be completed by either signing with the connected wallet (Keplr/Leap/Cosmostation) or generating a CLI command to build the Tx using the `atomoned` executable and signing securely offline as described in our [How to submit Transactions securely](https://github.com/atomone-hub/atom.one/blob/main/content/english/submit-tx-securely.md) guide.\n\n## Local deployment\n\nIf you don't want to use the deployed version, you can deploy it locally. The only requirements are `node` v18+ and `pnpm`.\n\nFirst, clone the repo using your favorite git tool.\n\nThen install all packages in the repository:\n\n```\npnpm i\n```\n\nFinally, spin up a local instance using:\n\n```\npnpm dev\n```\n\n## Bugs \u0026 Feedback\n\nPlease use [Github Issues](https://github.com/allinbits/atomone-staking-portal/issues) to inform us of any bugs or issues you encounter and to request features and improvements.\n\nThank you.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallinbits%2Fatomone-staking-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallinbits%2Fatomone-staking-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallinbits%2Fatomone-staking-portal/lists"}