{"id":22972831,"url":"https://github.com/bajetech/astrax","last_synced_at":"2025-09-12T23:34:46.731Z","repository":{"id":39047188,"uuid":"395336952","full_name":"bajetech/AstraX","owner":"bajetech","description":"AstraX - Web extension wallet for the DigitalBits Blockchain network.","archived":false,"fork":false,"pushed_at":"2023-03-01T20:14:14.000Z","size":5211,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T03:28:11.858Z","etag":null,"topics":["astrax","wallet"],"latest_commit_sha":null,"homepage":"https://astraxwallet.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bajetech.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":"2021-08-12T13:58:02.000Z","updated_at":"2021-12-13T15:39:45.000Z","dependencies_parsed_at":"2025-02-07T21:29:59.547Z","dependency_job_id":"ca75f604-0694-4931-a17e-9bc6c6ccd53c","html_url":"https://github.com/bajetech/AstraX","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bajetech/AstraX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bajetech%2FAstraX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bajetech%2FAstraX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bajetech%2FAstraX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bajetech%2FAstraX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bajetech","download_url":"https://codeload.github.com/bajetech/AstraX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bajetech%2FAstraX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274893250,"owners_count":25369278,"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-09-12T02:00:09.324Z","response_time":60,"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":["astrax","wallet"],"created_at":"2024-12-14T23:19:43.400Z","updated_at":"2025-09-12T23:34:45.254Z","avatar_url":"https://github.com/bajetech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AstraX\n\nThis repo is constructed using yarn workspaces and consists of the following 3 sections:\n\n- the browser extension (`/extension`)\n- the client-facing SDK (`/@bajetech/astrax-api`)\n- some shared files that the above use (`/@shared/*`)\n\n## Prerequisites\n\nYou will need\n\n- Node (v14.11.0 or newer): https://nodejs.org/en/download/\n- Yarn (v1.22.5 or newer): https://classic.yarnpkg.com/en/docs/install\n\n## Build the extension\n\nTo simply build a production version of the extension, install the prerequisites then navigate to this root folder in your command line and run these 2 steps:\n\n```\nyarn\n```\n\nfollowed by\n\n```\nyarn build:extension:production\n```\n\nThis will generate the files that make up the extension in `extension/build`\n\n## Starting a dev environment\n\n```\nyarn\nyarn start\n```\n\nThis will start up multiple watching builds in parallel:\n\n- The `@bajetech/astrax-api` npm module\n- A dev server with the webapp running in the extension, serving on\n  `localhost:9000`\n- The actual built extension, able to be installed in Chrome, in `build/`\n\nEach of these will build in response to editing their source.\n\nThese can be started individually with `yarn start:\\\u003cworkspace name\\\u003e` where\n`\\\u003cworkspace name\\\u003e` is one of:\n\n- `astrax-api`\n- `extension`\n\n```\nyarn build\n```\n\nThis will produce final output for the `@bajetech/astrax-api` npm module, and\nthe extension.\n\n`yarn build:\\\u003cworkspace name\\\u003e`, like the equivalent start commands, will build\nan individual workspace.\n\n### Useful URLs:\n\n[The popup webapp](http://localhost:9000/#/)\n\n[The AstraX Documentation website](https://astrax-api-docs.netlify.app)\n\n### Importing a workspace\n\nIn some cases, you will want to import a workspace into another. For example, in\n`extension` we need to import `@shared/constants`. To do this, simply add\n`@shared/constants` to the dependencies list in package.json in `extension`. Yarn\nsymlinks all the workspaces, so doing so will allow you to import files from the\n`@shared/constants` workspace as if it were a published npm package.\n\n### Dependencies\n\nMany dev dependencies (such as Typescript, linters, Webpack, etc.) have been moved to the root `package.json` to allow devs to upgrade these libraries all in one place.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbajetech%2Fastrax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbajetech%2Fastrax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbajetech%2Fastrax/lists"}