@meshsdk/web3-sdk
v0.0.78
Published
⚠️ DEPRECATED - Use @utxos/sdk instead. UTXOS SDK - Web3 infrastructure platform for UTXO blockchains
Readme
UTXOS Web3 Services SDK
⚠️ DEPRECATION NOTICE
This package (@meshsdk/web3-sdk) is now deprecated and no longer maintained.
Please migrate to the new package: @utxos/sdkThe new
@utxos/sdkpackage includes all the same functionality with improved features and continued support.Migration:
npm uninstall @meshsdk/web3-sdk npm install @utxos/sdkUpdate your imports from:
import { ... } from '@meshsdk/web3-sdk';to:
import { ... } from '@utxos/sdk';
This is the SDK for UTXOS. It provides a simple way to interact with the Web3 Services.
Visit UTXOS website for more information.
Installation
npm install @utxos/sdk