{"id":29057558,"url":"https://github.com/hyperweb-io/hyperweb-build","last_synced_at":"2025-06-27T06:05:58.480Z","repository":{"id":258987571,"uuid":"867317356","full_name":"hyperweb-io/hyperweb-build","owner":"hyperweb-io","description":"Build tools for hyperweb","archived":false,"fork":false,"pushed_at":"2025-06-10T02:57:04.000Z","size":2083,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-10T02:58:01.385Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperweb-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-03T20:46:04.000Z","updated_at":"2025-06-10T02:57:08.000Z","dependencies_parsed_at":"2024-11-24T08:24:16.251Z","dependency_job_id":"f488e635-acaa-4877-a81f-ecf810f40135","html_url":"https://github.com/hyperweb-io/hyperweb-build","commit_stats":null,"previous_names":["hyperweb-io/hyperweb-build"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/hyperweb-io/hyperweb-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperweb-io%2Fhyperweb-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperweb-io%2Fhyperweb-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperweb-io%2Fhyperweb-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperweb-io%2Fhyperweb-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperweb-io","download_url":"https://codeload.github.com/hyperweb-io/hyperweb-build/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperweb-io%2Fhyperweb-build/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262202495,"owners_count":23274380,"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":"2025-06-27T06:05:56.990Z","updated_at":"2025-06-27T06:05:58.474Z","avatar_url":"https://github.com/hyperweb-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyperweb Build Tools\n\n\u003cp align=\"center\" width=\"100%\"\u003e\n   \u003cimg src=\"https://raw.githubusercontent.com/hyperweb-io/.github/refs/heads/main/assets/logo.svg\" alt=\"hyperweb\" width=\"80\"\u003e\u003cbr /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\" width=\"100%\"\u003e\n  \u003ca href=\"https://github.com/hyperweb-io/hyperweb-build/actions/workflows/run-tests.yml\"\u003e\n    \u003cimg height=\"20\" src=\"https://github.com/hyperweb-io/hyperweb-build/actions/workflows/run-tests.yml/badge.svg\" /\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n   \u003ca href=\"https://github.com/hyperweb-io/hyperweb-build/blob/main/LICENSE\"\u003e\u003cimg height=\"20\" src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nHyperweb is a collection of powerful tools designed to simplify and streamline your development process for web and TypeScript projects.\n\n- [Packages](#packages)\n  - [@hyperweb/build](#hyperwebbuild)\n  - [@hyperweb/ts-json-schema](#hyperwebts-json-schema)\n  - [hyperwebjs](#hyperwebjs)\n- [Development](#development)\n  - [Project Setup](#project-setup)\n  - [Running Tests](#running-tests)\n  - [Jest Watch Mode](#jest-watch-mode)\n  - [Workflow Tips](#workflow-tips)\n- [Interchain JavaScript Stack](#interchain-javascript-stack)\n\n## Packages\n\nThis monorepo contains the following packages:\n\n### [hyperwebjs](./packages/hyperwebjs)\n\n[![npm version](https://img.shields.io/npm/v/hyperwebjs.svg)](https://www.npmjs.com/package/hyperwebjs)\n\nHyperwebJS is a library for working with the Hyperweb blockchain.\n\n#### Installation\n```sh\nnpm install hyperwebjs\n```\n\n[Read more about @hyperweb/ts-json-schema](./packages/hyperwebjs)\n\n### [@hyperweb/build](./packages/build)\n\n[![npm version](https://img.shields.io/npm/v/@hyperweb/build.svg)](https://www.npmjs.com/package/@hyperweb/build)\n\nHyperweb Build is a powerful wrapper around esbuild, designed to simplify and streamline your build process for Hyperweb projects.\n\n#### Installation\n```sh\nnpm install @hyperweb/build\n```\n\n[Read more about @hyperweb/build](./packages/build)\n\n### [@hyperweb/ts-json-schema](./packages/ts-json-schema)\n\n[![npm version](https://img.shields.io/npm/v/@hyperweb/ts-json-schema.svg)](https://www.npmjs.com/package/@hyperweb/ts-json-schema)\n\nHyperweb TS JSON Schema is a powerful wrapper around ts-json-schema-generator, designed to simplify the process of generating JSON schemas from TypeScript files in Hyperweb projects.\n\n#### Installation\n```sh\nnpm install @hyperweb/ts-json-schema\n```\n\n[Read more about @hyperweb/ts-json-schema](./packages/ts-json-schema)\n\n## Development\n\nThis section explains how to set up the project for development and how to run tests.\n\n### Project Setup\n\nTo bootstrap the project, run the following commands from the root of the monorepo:\n\n```sh\nyarn \nyarn build\nyarn symlink\n```\n\nThis will install dependencies, build all packages, and create symlinks between them.\n\n\n### Initialize Submodules\n\nBefore proceeding, make sure to initialize and update the submodules:\n\n```sh\ngit submodule update --init --recursive\n```\n\nThis command will initialize and fetch the submodules defined in the project.\n\n### Running Tests\n\nTo run tests for a specific package, navigate to the package directory and use the `test:watch` script. For example, to run tests for `@hyperweb/build`:\n\n```sh\ncd ./packages/build\nyarn test:watch\n```\n\nThis command leverages Jest's watch mode, which provides a convenient interface for running tests.\n\n### Jest Watch Mode\n\nJest watch mode offers several useful hotkeys to control test execution:\n\n- `a` - Run all tests\n- `f` - Run only failed tests\n- `p` - Filter by a filename regex pattern\n- `t` - Filter by a test name regex pattern\n- `q` - Quit watch mode\n- `Enter` - Trigger a test run\n\nHere are some examples of how to use these hotkeys:\n\n1. Press `p`, then type `utils` to run tests only in files with \"utils\" in their name.\n2. Press `t`, then type `should calculate` to run only tests with \"should calculate\" in their description.\n3. Press `a` to run all tests again after filtering.\n\nThese hotkeys make it easy to focus on specific tests or files during development.\n\n### Workflow Tips\n\n1. Keep the test runner in watch mode while you're developing. This provides instant feedback as you make changes.\n2. Use the `p` and `t` filters to focus on the specific area you're working on. This can significantly speed up the test-debug cycle.\n3. Remember to run all tests (`a`) before committing changes to ensure you haven't inadvertently broken anything elsewhere in the package.\n\n## Interchain JavaScript Stack \n\nA unified toolkit for building applications and smart contracts in the Interchain ecosystem ⚛️\n\n| Category              | Tools                                                                                                                  | Description                                                                                           |\n|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|\n| **Chain Information**   | [**Chain Registry**](https://github.com/hyperweb-io/chain-registry), [**Utils**](https://www.npmjs.com/package/@chain-registry/utils), [**Client**](https://www.npmjs.com/package/@chain-registry/client) | Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. |\n| **Wallet Connectors**| [**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)\u003csup\u003ebeta\u003c/sup\u003e, [**Cosmos Kit**](https://github.com/hyperweb-io/cosmos-kit) | Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. |\n| **Signing Clients**          | [**InterchainJS**](https://github.com/hyperweb-io/interchainjs)\u003csup\u003ebeta\u003c/sup\u003e, [**CosmJS**](https://github.com/cosmos/cosmjs) | A single, universal signing interface for any network |\n| **SDK Clients**              | [**Telescope**](https://github.com/hyperweb-io/telescope)                                                          | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |\n| **Starter Kits**     | [**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)\u003csup\u003ebeta\u003c/sup\u003e, [**Create Cosmos App**](https://github.com/hyperweb-io/create-cosmos-app) | Set up a modern Interchain app by running one command. |\n| **UI Kits**          | [**Interchain UI**](https://github.com/hyperweb-io/interchain-ui)                                                   | The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |\n| **Testing Frameworks**          | [**Starship**](https://github.com/hyperweb-io/starship)                                                             | Unified Testing and Development for the Interchain. |\n| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app)                              | Build and deploy full-stack blockchain applications with TypeScript |\n| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen)                                                   | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |\n\n## Credits\n\n🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)\n\n## Disclaimer\n\nAS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.\n\nNo developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperweb-io%2Fhyperweb-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperweb-io%2Fhyperweb-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperweb-io%2Fhyperweb-build/lists"}