From 12315cfc87b7621321b158fbf0e65f2e01e927aa Mon Sep 17 00:00:00 2001 From: yongqiZhang Date: Fri, 28 Jul 2023 12:42:50 +0800 Subject: [PATCH] add description --- .idea/.gitignore | 8 ++++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/mpc-desktop-application.iml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ README.md | 4 +++- 6 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/mpc-desktop-application.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..001b059 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..cf4e7ed --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/mpc-desktop-application.iml b/.idea/mpc-desktop-application.iml new file mode 100644 index 0000000..5e764c4 --- /dev/null +++ b/.idea/mpc-desktop-application.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 3c58f40..bd841df 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# mpc-desktop-application \ No newline at end of file +# mpc-desktop-application + +As a decentralized enterprise-level wallet, ChainUp Custody does not store customers' private keys. If you want to recover the private keys for your created MPC wallet, you can download and use ChainUp Custody's offline private key recovery tool. By using this tool in an offline environment, you can recover the complete private keys for all MPC wallets. Once the private key recovery is successful, you can import them into other hardware or software wallets, giving you full control over your digital assets. \ No newline at end of file