You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,24 @@ Purser is a monorepo consisting of a collection of Ethereum wallet libraries:
62
62
-[`@purser/software`](https://github.com/JoinColony/purser/blob/master/packages/@purser/software): A `javascript` library to interact with a software Ethereum wallet, based on the [ethers.js](https://github.com/ethers-io/ethers.js/) library.
63
63
-[`@purser/signer-ethers`](https://github.com/JoinColony/purser/blob/master/packages/@purser/signer-ethers): An implementation of an [ethers](https://github.com/ethers-io/ethers.js/) signer to use with any of the purser compatible wallets.
64
64
65
+
### To build and release
66
+
67
+
In the root directory:
68
+
69
+
```
70
+
npm i
71
+
npm run bootstrap
72
+
npm run build
73
+
npm run publish
74
+
```
75
+
76
+
To clean detritus and reset the repository:
77
+
78
+
```
79
+
./node_modules/.bin/lerna clean
80
+
npm run bootstrap
81
+
```
82
+
65
83
### The future
66
84
67
85
We plan to add support more hardware wallets and other features that will make wallet interactions even easier. Stay tuned!
0 commit comments