{"id":30113993,"url":"https://github.com/near/node-docs","last_synced_at":"2025-08-10T07:37:13.443Z","repository":{"id":38084391,"uuid":"463518258","full_name":"near/node-docs","owner":"near","description":"NEAR Nodes documentation","archived":false,"fork":false,"pushed_at":"2025-05-09T16:24:57.000Z","size":6740,"stargazers_count":16,"open_issues_count":22,"forks_count":39,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-04T14:01:53.445Z","etag":null,"topics":["blockchain","documentation"],"latest_commit_sha":null,"homepage":"https://near-nodes.io/","language":"CSS","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/near.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-25T12:07:44.000Z","updated_at":"2025-05-09T16:25:00.000Z","dependencies_parsed_at":"2024-02-07T23:28:27.115Z","dependency_job_id":"ac9f5426-1612-4b7d-bcad-1da99bf3b66d","html_url":"https://github.com/near/node-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/near/node-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/near%2Fnode-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/near%2Fnode-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/near%2Fnode-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/near%2Fnode-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/near","download_url":"https://codeload.github.com/near/node-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/near%2Fnode-docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269693468,"owners_count":24460230,"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-08-10T02:00:08.965Z","response_time":71,"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","documentation"],"created_at":"2025-08-10T07:37:12.843Z","updated_at":"2025-08-10T07:37:13.429Z","avatar_url":"https://github.com/near.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"website/static/img/near_logo.svg\" width=\"400\"\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n## NEAR Protocol - scalable and usable blockchain\n\n[![Discord](https://img.shields.io/discord/490367152054992913.svg)](http://near.chat)\n[![CI](https://github.com/near/node-docs/actions/workflows/build.yml/badge.svg)](https://github.com/near/node-docs/actions/workflows/build.yml)\n\n* ⚖️ NEAR Protocol is a new smart-contract platform that delivers scalability and usability.\n* 🛠 Through sharding, it will linearly scale with the number of validation nodes on the network.\n* 🗝 Leveraging WebAssembly (via Rust and AssemblyScript), more sane contract management, ephemeral accounts and many other advancements, NEAR\nfinally makes using a blockchain protocol easy for both developers and consumers.\n\n## Quick start\n\nCheck out the following links\n\n- Deployed, live node documentation: https://near-nodes.io\n- Example applications: https://near.dev\n- Community chat: https://near.chat\n\n## Contributing\n\nNEAR uses [Docusaurus](https://docusaurus.io) for documentation.  Please refer to their documentation for details on major structural contributions to the documentation.\n\nFor simple content changes you have 2 options\n\n- [Submit an issue](https://github.com/near/node-docs/issues)\n- [Submit a pull request](https://github.com/near/node-docs/pulls) *(we prefer PRs of course)*\n\n### The instant PR\n\nThis is the fastest way to submit content changes directly from the page where you notice a mistake.\n\n1. Open any page in the docs on https://near-nodes.io\n2. Click the `[ Edit ]` button at the top right hand side of _every_ content page\n3. Make your edits to the document that opens in GitHub by clicking the ✎ (pencil) icon\n4. Submit a PR with your changes and comments for context\n\n### The typical PR\n\nThis is the standard fork-branch-commit workflow for submitting pull requests to open source repositories\n\n1. Fork this repo to your own GitHub account (or just clone it directly if you are currently a member of NEAR)\n\n2. Open your editor to the _top level repo folder_ to view the directory structure as seen below\n\n3. Move into the `/website` folder where you will run the following commands:\n\n   - Make sure all the dependencies for the website are installed:\n\n     ```sh\n     # Install dependencies\n     yarn\n     ```\n\n   - Run the local docs development server\n\n      ```sh\n      # Start the site\n      yarn start\n      ```\n\n      _Expected Output_\n\n      ```sh\n      # Website with live reload is started\n      Docusaurus server started on port 3000\n      ```\n\n      The website for docs will open your browser locally to port `3000` \n\n4. Make changes to the docs\n\n5. Observe those changes reflected in the local docs\n\n6. Submit a pull request with your changes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnear%2Fnode-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnear%2Fnode-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnear%2Fnode-docs/lists"}