midnightwalletsync 0.2.0 → 0.3.0
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.
- package/.env.example +1 -1
- package/README.md +3 -0
- package/package.json +1 -1
- package/src/config.ts +1 -1
package/.env.example
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
wallet_id_n1=
|
|
1
|
+
wallet_id_n1=replace_me
|
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# MidNight-walletsync
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/midnightwalletsync)
|
|
4
|
+
[View on npm](https://www.npmjs.com/package/midnightwalletsync)
|
|
5
|
+
|
|
3
6
|
A lightweight Midnight wallet synchronization SDK and CLI for keeping one or more wallets synced, saving snapshots locally, and querying balances from a running synced process.
|
|
4
7
|
|
|
5
8
|
This package is designed for a local workspace. It is not a public RPC replacement and it does not hold any secrets by itself; it reads seeds from your `.env` file and uses them to build and start wallet instances.
|
package/package.json
CHANGED
package/src/config.ts
CHANGED