Skip to content

Commit

Permalink
Merge branch 'main' into fix/update-proto-package-json
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylonikolov7 authored Jan 21, 2025
2 parents 341644f + 5ecba49 commit 0da6617
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
[![Docs](https://img.shields.io/badge/docs-%F0%9F%93%84-blue)](https://docs.hedera.com/guides/getting-started/javascript/environment-set-up)
[![NPM Package](https://img.shields.io/npm/v/@hashgraph/sdk.svg)](https://www.npmjs.org/package/@hashgraph/sdk)

> The JavaScript SDK for interacting with Hedera Hashgraph: the official distributed
> consensus platform built using the hashgraph consensus algorithm for fast,
> fair and secure transactions. Hedera enables and empowers developers to
> build an entirely new class of decentralized applications.
> The JavaScript SDK for interacting with a Hiero based network
> [!NOTE]
> The project has been transfered from the https://github.com/hashgraph org and therefore the namespace is at several locations still based on `hashgraph` and `hedera`.
> We are working activly on migration the namespace fully to hiero.
## Install

Expand Down Expand Up @@ -56,12 +57,12 @@ After downloading the repo run:

## React Native Support

The Hedera JavaScript SDK supports the following:
The Hiero JavaScript SDK supports the following:

* React Native with Expo - keep in mind that the SDK uses some functionalities provided from ethers/ethersproject and there is an issue using parts of ethers.js in this environment. A [shims](https://www.npmjs.com/package/@ethersproject/shims) package has to be installed and imported before importing the SDK in your project as it is showed [here](./examples/react-native-example/App.tsx)
* Useful information: [here](https://github.com/ethers-io/ethers.js/discussions/3652) and [here](https://docs.ethers.org/v5/cookbook/react-native/)

The Hedera JavaScript SDK does not currently support the following:
The Hiero JavaScript SDK does not currently support the following:

* React Native Bare

Expand All @@ -84,14 +85,12 @@ For detailed information on configuring the SDK, including environment variables
* To start unit tests follow the next steps:
- Run `task test:unit` (Note: the local node should not be running)

## Contributing to this Project

We welcome participation from all developers!
For instructions on how to contribute to this repo, please
review the [Contributing Guide](CONTRIBUTING.md).
## Contributing
Whether you’re fixing bugs, enhancing features, or improving documentation, your contributions are important — let’s build something great together!
Please read our [contributing guide](https://github.com/hiero-ledger/.github/blob/main/CONTRIBUTING.md) to see how you can get involved.

## License Information
## Code of Conduct
Hiero uses the Linux Foundation Decentralised Trust [Code of Conduct](https://www.lfdecentralizedtrust.org/code-of-conduct).

Licensed under Apache License,
Version 2.0 – see [LICENSE](LICENSE) in this repo
or [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
## License
[Apache License 2.0](LICENSE)
2 changes: 1 addition & 1 deletion packages/cryptography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/cryptography",
"version": "1.4.8-beta.11",
"version": "1.4.8-beta.12",
"description": "Cryptographic utilities and primitives for the Hedera™ Hashgraph SDK",
"main": "./lib/index.cjs",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 0da6617

Please sign in to comment.