{"id":42598979,"url":"https://github.com/nspcc-dev/panel-fs-neo-org","last_synced_at":"2026-01-29T00:16:15.417Z","repository":{"id":62934335,"uuid":"517662812","full_name":"nspcc-dev/panel-fs-neo-org","owner":"nspcc-dev","description":"Web UI Panel for NeoFS","archived":false,"fork":false,"pushed_at":"2026-01-25T21:23:14.000Z","size":4401,"stargazers_count":2,"open_issues_count":9,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-01-26T12:59:51.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://panel.fs.neo.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nspcc-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-25T12:48:55.000Z","updated_at":"2025-12-08T19:55:53.000Z","dependencies_parsed_at":"2023-11-20T11:31:21.914Z","dependency_job_id":"463c2592-516f-4c91-a202-7de035789a4a","html_url":"https://github.com/nspcc-dev/panel-fs-neo-org","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/nspcc-dev/panel-fs-neo-org","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fpanel-fs-neo-org","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fpanel-fs-neo-org/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fpanel-fs-neo-org/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fpanel-fs-neo-org/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nspcc-dev","download_url":"https://codeload.github.com/nspcc-dev/panel-fs-neo-org/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fpanel-fs-neo-org/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28857411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"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":[],"created_at":"2026-01-29T00:16:13.868Z","updated_at":"2026-01-29T00:16:15.411Z","avatar_url":"https://github.com/nspcc-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"./.github/logo.svg\" width=\"500px\" alt=\"NeoFS\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://fs.neo.org\"\u003eNeoFS\u003c/a\u003e is a decentralized distributed object storage integrated with the \u003ca href=\"https://neo.org\"\u003eNEO Blockchain\u003c/a\u003e.\n\u003c/p\u003e\n\n---\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nspcc-dev/panel-fs-neo-org?sort=semver)\n![License](https://img.shields.io/github/license/nspcc-dev/panel-fs-neo-org.svg?style=popout)\n\n![Demo](./.github/demo.png)\n\n# Overview\n\nNeoFS panel showcases NeoFS storage using REST API Gateway as a bridge. This web application is built with React\nframework under the hood and includes:\n\n- Deposit and withdraw NeoFS contract\n- Manage containers: all CRUD operations are available\n- Manage objects: create objects with custom attributes, show them and delete\n- Manage ACL and extended ACL fluently\n\n# Requirements\n\n- docker\n- make\n- node (`18+`)\n\n# Quick Start\n\nClone repo:\n\n```\n$ git clone https://github.com/nspcc-dev/panel-fs-neo-org.git\n```\n\nSet variables in `.env` file\n\n- `VITE_WC_PROJECT_ID` - WalletConnect project id (Can be obtained on WalletConnect website,\n  see https://cloud.walletconnect.com/app)\n- `VITE_URL` - Web application url\n- `VITE_RESTGW` - [NeoFS REST Gateway](https://github.com/nspcc-dev/neofs-rest-gw), which we use to manage\n  containers and object in neofs (control path)\n- `VITE_NETWORK` - Network of the Neo (might be `mainnet`, `testnet`)\n- `VITE_NEOFS_ACCOUNT` - Neo3 address of the NeoFS contract\n- `VITE_SIDECHAIN_RPC` - NeoFS side chain RPC node\n\nRun next commands from project's root:\n\n```shell\n$ make\n```\n\nTo run development build run:\n\n```shell\n$ make start\n```\n\nOptionally you can specify `PORT=3000`.\n\n## Locally\n\nYou can easily run the node locally in a docker container using [@nspcc-dev/neofs-aio](https://github.com/nspcc-dev/neofs-aio).\n\nYou need to update the parameters in the `.env` file to make it work:\n\n```env\nVITE_RESTGW=http://localhost:8090\n```\n\n# Make instructions\n\n* Compile the build using `make` (will be generated in `panel.fs.neo.org` dir)\n* Start app using `make start` (PORT=3000 by default)\n* Clean up cache directories using `make clean`\n* Get release dir with tar.gz using `make release`\n\n```shell\n$ make docker/start\n```\n\n# Getting started\n\n## Wallets\n\n- [Neon wallet for Windows, Mac OS, Linux, Android and iOS](https://neon.coz.io/)\n- [NeoLine wallet for chrome extension](https://neoline.io/)\n- [O3 wallet](https://o3.network/#/wallet)\n- [OneGate wallet (Mobile)](https://onegate.space/)\n- [Aero web wallet](https://melanke.github.io/aero-beta/) (testnet only, see #133)\n\n## Setup guide\n\n1. Open [Neon wallet](https://neon.coz.io/)\n2. Import a key or generate a new one\n3. Type wallet password\n4. Choose your network (depending on how Panel is configured)\n5. Make a new connection with Panel web page using \"Connect wallet\" button\n6. Approve connection in the wallet\n7. Now you can use your wallet on the NeoFS Panel\n\n# Contributing\n\nFeel free to contribute to this project after reading the [contributing\nguidelines](CONTRIBUTING.md).\n\nBefore starting to work on a certain topic, create a new issue first, describing\nthe feature/topic you are going to implement.\n\n# License\n\n- [GNU General Public License v3.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnspcc-dev%2Fpanel-fs-neo-org","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnspcc-dev%2Fpanel-fs-neo-org","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnspcc-dev%2Fpanel-fs-neo-org/lists"}