From dee6ea0525e948b3ecc81e4089b0a531ae926ea7 Mon Sep 17 00:00:00 2001 From: 0xmeww <72789792+0xmeww@users.noreply.github.com> Date: Fri, 16 May 2025 11:32:29 +0700 Subject: [PATCH] Update README.md rename blockless to blessnetwork. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a39424..1276345 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @blockless/sdk-ts +# @blessnetwork/sdk-ts This sdk is designed to work with Javascript/Typescript and compile for the BLESS Javy WASM Engine. As such this engine does not have full support for Node / Web APIs, but a majority of pure JavaScript will work, including some of those from the `npm` ecosystem. @@ -18,15 +18,15 @@ npx blessnet init ## Install this SDK ```bash -$ yarn add @blockless/sdk-ts +$ yarn add @blessnetwork/sdk-ts # or using npm -$ npm i @blockless/sdk-ts +$ npm i @blessnetwork/sdk-ts ``` ## Example of using this SDK. ```ts -import { InputProps, entryMain } from '@blockless/sdk-ts' +import { InputProps, entryMain } from '@blessnetwork/sdk-ts' import { AbiCoder } from 'ethers' interface Arguments {