neutron-sdk 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,6 +11,10 @@ The official TypeScript/Node.js SDK for [Neutron](https://neutron.me) — Bitcoi
11
11
  npm install neutron-sdk
12
12
  ```
13
13
 
14
+ ## Prerequisites
15
+
16
+ Sign up at [portal.neutron.me](https://portal.neutron.me) to get your API key and secret.
17
+
14
18
  ## Quick Start
15
19
 
16
20
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neutron-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Official Neutron SDK — Bitcoin Lightning, stablecoins, and fiat payments for Node.js and TypeScript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -40,10 +40,10 @@
40
40
  "homepage": "https://neutron.me",
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "git+https://github.com/neutroncreative/neutron-sdk.git"
43
+ "url": "git+https://github.com/Neutronpay/neutron-sdk.git"
44
44
  },
45
45
  "bugs": {
46
- "url": "https://github.com/neutroncreative/neutron-sdk/issues"
46
+ "url": "https://github.com/Neutronpay/neutron-sdk/issues"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=18.0.0"