New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unielon-coin-bitcoin

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unielon-coin-bitcoin - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "unielon-coin-bitcoin",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -1,2 +0,2 @@

# @unielon/coin-bitcoin
# unielon-coin-bitcoin
Bitcoin SDK is used to interact with the Bitcoin Mainnet or Testnet, it contains various functions can be used to web3 wallet.

@@ -14,3 +14,3 @@ The SDK not only support Bitcoin, it also supports following chains:

```shell
npm install @unielon/coin-bitcoin
npm install unielon-coin-bitcoin
```

@@ -38,3 +38,3 @@

```typescript
import { BtcWallet } from "@unielon/coin-bitcoin";
import { BtcWallet } from "unielon-coin-bitcoin";

@@ -46,3 +46,3 @@ let wallet = new BtcWallet()

```typescript
import { BtcWallet } from "@unielon/coin-bitcoin";
import { BtcWallet } from "unielon-coin-bitcoin";

@@ -61,3 +61,3 @@ let wallet = new BtcWallet()

```typescript
import { BtcWallet } from "@unielon/coin-bitcoin";
import { BtcWallet } from "unielon-coin-bitcoin";

@@ -96,3 +96,3 @@ let wallet = new BtcWallet()

```typescript
import { BtcWallet } from "@unielon/coin-bitcoin";
import { BtcWallet } from "unielon-coin-bitcoin";

@@ -110,3 +110,3 @@ let wallet = new BtcWallet()

```typescript
import { BtcWallet } from "@unielon/coin-bitcoin";
import { BtcWallet } from "unielon-coin-bitcoin";

@@ -145,3 +145,3 @@ let wallet = new BtcWallet()

```typescript
import { BtcWallet } from "@unielon/coin-bitcoin";
import { BtcWallet } from "unielon-coin-bitcoin";

@@ -182,3 +182,3 @@ let wallet = new BtcWallet()

```typescript
import { DogeWallet } from "@unielon/coin-bitcoin";
import { DogeWallet } from "unielon-coin-bitcoin";
let wallet = new DogeWallet()

@@ -185,0 +185,0 @@ let privateKey = "QRJx7uvj55L3oVRADWJfFjJ31H9Beg75xZ2GcmR8rKFNHA4ZacKJ"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc