{"id":19139927,"url":"https://github.com/arcblock/abtnode-docs","last_synced_at":"2025-07-15T21:42:41.156Z","repository":{"id":37111035,"uuid":"275163040","full_name":"ArcBlock/abtnode-docs","owner":"ArcBlock","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-06T18:29:59.000Z","size":78442,"stargazers_count":2,"open_issues_count":49,"forks_count":5,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-05-06T23:16:18.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ArcBlock.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-06-26T13:30:23.000Z","updated_at":"2021-12-31T05:14:50.000Z","dependencies_parsed_at":"2024-11-09T07:25:52.628Z","dependency_job_id":null,"html_url":"https://github.com/ArcBlock/abtnode-docs","commit_stats":{"total_commits":280,"total_committers":14,"mean_commits":20.0,"dds":0.6464285714285714,"last_synced_commit":"ad5cb88d74572a15f2c6d702436314ffcdec42ae"},"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fabtnode-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fabtnode-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fabtnode-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fabtnode-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArcBlock","download_url":"https://codeload.github.com/ArcBlock/abtnode-docs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782835,"owners_count":21803410,"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-09T07:15:39.971Z","updated_at":"2025-05-06T23:16:29.263Z","avatar_url":"https://github.com/ArcBlock.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Blocklet Server Documentation](https://www.arcblock.io/.netlify/functions/badge/?text=ABT%20Node%20Documentation)\n\n## Getting Started\n\n```shell\ngit clone git@github.com:ArcBlock/abtnode-docs.git\ncd abtnode-docs\nmake init\n```\n\n\u003e If you have trouble with make init, you can try `make redep` instead.\n\nThen create a config file `.env` in repo root directory with the following content:\n\n```shell\nGATSBY_ALGOLIA_APP_ID=\"FU81LCBN51\"\nGATSBY_ALGOLIA_ADMIN_KEY=\"this key is secret\"\nGATSBY_ALGOLIA_SEARCH_KEY=\"2e4d21878c80877e17a6f9c80722eaeb\"\nGATSBY_ALGOLIA_INDEX_NAME=\"abtnode-docs\"\n```\n\nThen compile and server docs from local:\n\n```shell\nmake run\n```\n\n### Tips\n\nWhen you use Apple silicon, you may hit some issues, [see](https://github.com/ArcBlock/abtnode-docs/issues/126)\n\n## Table of Contents\n\n- [x] Introduction\n  - [x] Blocklet Server Overview\n  - [x] Blocklet Server Setup\n  - [x] Blocklet Server Access\n- [x] Blocklet Store\n  - [x] What is Store?\n  - [ ] Launch Blocklets\n  - [ ] Setup Blocklets\n- [ ] Blocklet Management\n  - [x] Basic Operations\n  - [ ] Domains \u0026 URLs\n  - [ ] Components\n  - [ ] Members\n  - [ ] Passports\n  - [x] Configuration\n- Team\n  - [x] Members\n  - [ ] Passports\n- Settings\n  - [ ] Basic Settings\n  - [ ] Access Keys\n  - [ ] Domains \u0026 URLs\n    - [ ] What is Router?\n    - [ ] Basic Router Usage\n  - [ ] SSL Certificates\n  - [ ] Integrations\n  - [ ] About\n- [ ] DevOps Guide\n  - [ ] Setup Blocklet Server\n    - [ ] Production Best Practice\n    - [ ] Deploy with AWS AMI\n    - [ ] Run behind Reverse Proxy\n  - [ ] Backup \u0026 Restore\n  - [ ] Blocklet Server CLI\n    - [x] init\n    - [x] start\n    - [x] status\n    - [x] stop\n    - [x] export\n    - [ ] info\n    - [ ] logs\n- [ ] Developer Guide\n  - [ ] Blocklet Spec\n  - [ ] Blocklet Runtime\n  - [ ] Blocklet Lifecycle\n  - [ ] Blocklet Compose\n  - [ ] Blocklet CLI\n    - [ ] config: config blocklet cli\n    - [ ] connect: connect to store and config blocklet cli automatically\n    - [ ] init: from existing\n    - [ ] create: templates, static, dapp\n    - [ ] dev: install/start/remove/reset, test\n    - [ ] exec\n    - [ ] bundle: monorepo, webpack, zip\n    - [ ] version\n    - [ ] upload: bundle\n    - [ ] deploy: local/remote\n    - [ ] meta\n  - [ ] Blocklet Publish\n    - [ ] Logo and favicon\n    - [ ] Title\n    - [ ] Screenshots\n    - [ ] Blocklet.md\n  - [ ] Blocklet SDK\n    - [ ] Auth Service\n    - [ ] Notification\n- [ ] FAQ\n  - [ ] Mirrors for Downloads\n  - [ ] Setup Dev Environment\n  - [ ] Use Blocklet Server with Docker\n  - [ ] How to debug blocklet hooks?\n  - [ ] How to use blocklet env `@blocklet/lib/env`\n  - [ ] How to use blocklet obj `window.blocklet`\n\nOther topics that developers should known when develop blocklets.\n\n- [ ] DID Connect\n  - [ ] Overview\n  - [ ] Backend\n  - [ ] Frontend\n- [ ] OCAP SDK\n  - [ ] Getting Started\n  - [ ] Read Data\n  - [ ] Send Transaction\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcblock%2Fabtnode-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcblock%2Fabtnode-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcblock%2Fabtnode-docs/lists"}