mpcsnap 1.0.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.
Files changed (2) hide show
  1. package/package.json +11 -0
  2. package/readme.md +6 -0
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "mpcsnap",
3
+ "version": "1.0.0",
4
+ "description": "A placeholder package for @safeheron/mpcsnap",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "Yann<yanjie002@gmail.com>",
10
+ "license": ""
11
+ }
package/readme.md ADDED
@@ -0,0 +1,6 @@
1
+ # mpcsnap
2
+
3
+ Safeheron has partnered with MetaMask for MPC adoption, and this MPCSnap is the first POC. Its release package is @safeheron/mpcsnap (https://www.npmjs.com/package/@safeheron/mpcsnap).
4
+
5
+ In order to avoid installation errors and potential security risks, this package is used as a placeholder.
6
+