Skip to content

Commit

Permalink
merge main to hyperwebjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Oct 5, 2024
2 parents aada4b6 + d344ae8 commit 9fdc7a3
Show file tree
Hide file tree
Showing 11 changed files with 107 additions and 10 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Run Hyperweb Build Tests 🧪

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
workflow_dispatch:

jobs:
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hyperweb Build Tools

<p align="center" width="100%">
<img height="90" src="https://user-images.githubusercontent.com/545047/190171432-5526db8f-9952-45ce-a745-bea4302f912b.svg" />
<img height="148" src="https://github.com/user-attachments/assets/f672f9b8-e59a-4f44-8f51-df3e8d2eaae5" />
</p>

<p align="center" width="100%">
Expand All @@ -17,6 +17,7 @@ Hyperweb is a collection of powerful tools designed to simplify and streamline y
- [Packages](#packages)
- [@hyperweb/build](#hyperwebbuild)
- [@hyperweb/ts-json-schema](#hyperwebts-json-schema)
- [hyperwebjs](#hyperwebjs)
- [Development](#development)
- [Project Setup](#project-setup)
- [Running Tests](#running-tests)
Expand All @@ -28,6 +29,19 @@ Hyperweb is a collection of powerful tools designed to simplify and streamline y

This monorepo contains the following packages:

### [hyperwebjs](./packages/hyperwebjs)

[![npm version](https://img.shields.io/npm/v/hyperwebjs.svg)](https://www.npmjs.com/package/hyperwebjs)

HyperwebJS is a library for working with the Hyperweb blockchain.

#### Installation
```sh
npm install hyperwebjs
```

[Read more about @hyperweb/ts-json-schema](./packages/hyperwebjs)

### [@hyperweb/build](./packages/build)

[![npm version](https://img.shields.io/npm/v/@hyperweb/build.svg)](https://www.npmjs.com/package/@hyperweb/build)
Expand Down
4 changes: 4 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2024-10-04)

**Note:** Version bump only for package @hyperweb/build
3 changes: 1 addition & 2 deletions packages/build/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hyperweb Build

<p align="center" width="100%">
<img height="90" src="https://user-images.githubusercontent.com/545047/190171432-5526db8f-9952-45ce-a745-bea4302f912b.svg" />
<img height="148" src="https://github.com/user-attachments/assets/f672f9b8-e59a-4f44-8f51-df3e8d2eaae5" />
</p>

<p align="center" width="100%">
Expand All @@ -23,7 +23,6 @@ Hyperweb Build is a powerful wrapper around esbuild, designed to simplify and st
- Built-in support for common Hyperweb project configurations
- Easy integration with existing projects


## Installation

```sh
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperweb/build",
"version": "0.0.1",
"version": "0.0.2",
"author": "Hyperweb <[email protected]>",
"description": "build tools for hyperweb",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/hyperwebjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2024-10-04)

**Note:** Version bump only for package hyperwebjs
61 changes: 61 additions & 0 deletions packages/hyperwebjs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# hyperwebjs

<p align="center">
<img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80"><br />
JS client for hyperweb
</p>

## install

```sh
npm install hyperwebjs
```

## Table of contents

- [hyperwebjs](#hyperwebjs)
- [Install](#install)
- [Table of contents](#table-of-contents)
- [Developing](#developing)
- [Credits](#credits)

## Developing

When first cloning the repo:

```sh
yarn
# build the prod packages. When devs would like to navigate to the source code, this will only navigate from references to their definitions (.d.ts files) between packages.
yarn build
```

Or if you want to make your dev process smoother, you can run:

```sh
yarn
# build the dev packages with .map files, this enables navigation from references to their source code between packages.
yarn build:dev
```

## Related

Checkout these related projects:

* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.

## Credits

🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)


## Disclaimer

AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.

No 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.
6 changes: 3 additions & 3 deletions packages/hyperwebjs/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "hyperwebjs",
"version": "0.0.1",
"version": "0.0.2",
"author": "Hyperweb <[email protected]>",
"description": "Telescope client for Hyperweb",
"description": "JS client for Hyperweb",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -41,4 +41,4 @@
"@cosmology/lcd": "^0.14.0"
},
"keywords": []
}
}
8 changes: 8 additions & 0 deletions packages/ts-json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.3 (2024-10-04)

**Note:** Version bump only for package @hyperweb/ts-json-schema





## 0.0.2 (2024-09-11)

**Note:** Version bump only for package @hyperweb/ts-json-schema
2 changes: 1 addition & 1 deletion packages/ts-json-schema/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @hyperweb/ts-json-schema

<p align="center" width="100%">
<img height="90" src="https://user-images.githubusercontent.com/545047/190171432-5526db8f-9952-45ce-a745-bea4302f912b.svg" />
<img height="148" src="https://github.com/user-attachments/assets/f672f9b8-e59a-4f44-8f51-df3e8d2eaae5" />
</p>

<p align="center" width="100%">
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperweb/ts-json-schema",
"version": "0.0.2",
"version": "0.0.3",
"author": "Hyperweb, Inc. <[email protected]>",
"description": "TS to JSON Schema",
"main": "index.js",
Expand Down

0 comments on commit 9fdc7a3

Please sign in to comment.