unielon-coin-bitcoin
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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" |
7228