{"id":24460969,"url":"https://github.com/talljack/arcblock-test","last_synced_at":"2025-08-27T22:09:46.197Z","repository":{"id":235110193,"uuid":"790074718","full_name":"Talljack/ArcBlock-test","owner":"Talljack","description":"ArcBlock codeing test","archived":false,"fork":false,"pushed_at":"2024-07-22T13:48:06.000Z","size":1036,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T09:43:33.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Talljack.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-22T08:08:12.000Z","updated_at":"2024-04-25T01:47:27.000Z","dependencies_parsed_at":"2024-04-29T14:41:08.156Z","dependency_job_id":null,"html_url":"https://github.com/Talljack/ArcBlock-test","commit_stats":null,"previous_names":["talljack/arcblock-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Talljack/ArcBlock-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talljack%2FArcBlock-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talljack%2FArcBlock-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talljack%2FArcBlock-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talljack%2FArcBlock-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Talljack","download_url":"https://codeload.github.com/Talljack/ArcBlock-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talljack%2FArcBlock-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272387506,"owners_count":24925908,"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-27T02:00:09.397Z","response_time":76,"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":[],"created_at":"2025-01-21T04:16:39.929Z","updated_at":"2025-08-27T22:09:46.111Z","avatar_url":"https://github.com/Talljack.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started with Create Blocklet\n\nThis project was bootstrapped with [Create Blocklet](https://github.com/blocklet/create-blocklet).\n\nThis blocklet is a static project, which means this is a frontend application. It's contained `client` code.\n\n## File Structure\n\n- public/ - static files\n  - favicon.ico - favicon\n  - favicon.svg - favicon\n  - index.html - main html file, template for react\n- screenshots/ - Screenshots\n- src/ - Client side code (A standard react app structure)\n- .env - Environment variables\n- .env.local - Local environment variables\n- .eslintrc.js - ESLint configuration\n- .gitignore - Git ignore file\n- .prettierrc - Prettier configuration\n- blocklet.md - Blocklet README\n- blocklet.yml - Blocklet configuration\n- LICENSE - License file\n- logo.png - Blocklet logo file\n- Makefile - Makefile\n- package.json - Npm package file\n- README.md - A guide for this blocklet\n- version - Version file\n\n## Development\n\n1. Make sure you have [@blocklet/cli](https://www.npmjs.com/package/@blocklet/cli) installed\n\n   Blocklet needs blocklet server as a dependency. So you need to install it first.\n   `npm install -g @blocklet/cli`\n   See details in [https://developer.blocklet.io/docs/en/quick-start/blocklet-server#use-the-binary-distribution](https://developer.blocklet.io/docs/en/quick-start/blocklet-server#use-the-binary-distribution)\n\n2. Init blocklet server \u0026 start blocklet server\n\n   Before starting an blocklet server, you need to init blocklet server.\n   `blocklet server init --mode=debug`\n   `blocklet server start`\n   See details in [https://developer.blocklet.io/docs/en/quick-start/blocklet-server](https://developer.blocklet.io/docs/en/quick-start/blocklet-server)\n\n3. Go to the project directory `cd [name]`\n4. Install dependencies: `npm install` or `yarn`\n5. Start development server: `blocklet dev`\n\n## Bundle\n\nAfter developing a blocklet, you may need to bundle it. Use `npm run bundle` command.\n\n## Deploy\n\n- If you want to deploy this blocklet to local blocklet server, you can use `blocklet deploy .blocklet/bundle` command(Make sure the blocklet is bundled before deployment.)\n  \u003e Or you can simply use `npm run deploy` command.\n- If you want to deploy this blocklet to remote blocklet server, you can use the command below.\n\n  ```shell\n  blocklet deploy .blocklet/bundle --endpoint {your blocklet server url} --access-key {blocklet server access key} --access-secret {blocklet server access secret}\n  ```\n\n  \u003e Make sure the blocklet is bundled before deployment.\n\n## Upload to blocklet store\n\n- If you want to upload the blocklet to any store for other users to download and use, you can following the following instructions.\n\n  Bump version at first.\n\n  ```shell\n  make bump-version\n  ```\n\n  Then config blocklet store url.\n  You can use those store url in below.\n\n  1. [https://store.blocklet.dev/](https://store.blocklet.dev/)\n  2. [https://dev.store.blocklet.dev/](https://dev.store.blocklet.dev/)\n  3. A blocklet store started by yourself.\n     \u003e Make sure you have installed a `blocklet store` on your own blocklet server. Check it on here: [https://store.blocklet.dev/blocklet/z8ia29UsENBg6tLZUKi2HABj38Cw1LmHZocbQ](https://store.blocklet.dev/blocklet/z8ia29UsENBg6tLZUKi2HABj38Cw1LmHZocbQ)\n\n  ```shell\n  blocklet config set store {store url}\n  ```\n\n  Get a `accessToken` from blocklet store.\n\n  \u003e Why we need a `accessToken`?\n  \u003e A `accessToken` is genrate by blocklet store, which help us upload our blocklet to any store.\n\n  Set `accessToken` to blocklet config\n\n  ```shell\n  blocklet config set accessToken {accessToken}\n  ```\n\n  Upload a new version to a store.\n\n  \u003e Make sure the blocklet is bundled before upload.\n\n  ```shell\n  blocklet upload\n  ```\n\n  Or you can simply use `npm run upload` command.\n\n- You also can upload a new version to blocklet store by Github CI.\n  Bump version at first.\n\n  ```shell\n  make bump-version\n  ```\n\n  Push your code to Github main/master branch, or make a pull request to the main/master branch.\n  The CI workflow will automatically upload a new version to a store.\n\n## Q \u0026 A\n\n1. Q: How to change a blocklet's name?\n\n   A: Change the `name` field in the `package.json` file, change the `name` field in the `blocklet.yml` file.\n\n   You can also change the `title` field and `description` field in the `blocklet.yml` file.\n\n   Run `blocklet meta` command, you will get a `did` config, copy the `did` value.\n\n   Replace this command `\"bundle\": \"PUBLIC_URL='/.blocklet/proxy/{did}' npm run build\",` in `package.json`\n\n   Replace `did` field in the `blocklet.yml`\n\n2. Q: How to change a blocklet's logo?\n\n   Change the `logo.png` file root folder.\n\n   Or you can change the `logo` field in the `blocklet.yml` file.\n\n   \u003e Make sure you have added the logo path to the `blocklet.yml` file `files` field.\n\n## Learn More\n\n- Full specification of `blocklet.yml`: [https://github.com/blocklet/blocklet-specification/blob/main/docs/meta.md](https://github.com/blocklet/blocklet-specification/blob/main/docs/meta.md)\n- Full document of Blocklet Server \u0026 blocklet development: [https://developer.blocklet.io/docs/en](https://developer.blocklet.io/docs/en)\n\n## License\n\nThe code is licensed under the Apache 2.0 license found in the\n[LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalljack%2Farcblock-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalljack%2Farcblock-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalljack%2Farcblock-test/lists"}