From 949c1a3bc0a74d802fa4b06f45fb3ba899a77ea6 Mon Sep 17 00:00:00 2001 From: joyceqingling <58079255+joyceqingling@users.noreply.github.com> Date: Fri, 3 Sep 2021 19:47:39 +0800 Subject: [PATCH 1/6] leather wallet first version --- projects/wallet/LeatherWallet-en.md | 64 +++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 projects/wallet/LeatherWallet-en.md diff --git a/projects/wallet/LeatherWallet-en.md b/projects/wallet/LeatherWallet-en.md new file mode 100644 index 00000000..75da3d91 --- /dev/null +++ b/projects/wallet/LeatherWallet-en.md @@ -0,0 +1,64 @@ + +## Project Name: LeatherWallet +LeatherWallet + + +## Category +Wallet, filecoin safe wallet + + +## Project Description +Leather is a Filecoin Wallet application. It is an offline wallet, support complex operation of normal address type and bls address. You can download the source code and build from the code. Since it can be run on a totally offline computer, you can create and manage filecoin wallets in safety. +Different from other wallet, it supports all the complex operation of the owner wallet in filecoin, such as WithdrawBalance, ChangeOwnerAddress, ChangeWorkerAddress and so on. + + + +## Previews +![wallet list](https://user-images.githubusercontent.com/58079255/132000093-6e8c312e-dc12-46f5-a1f0-a7fdc1bad713.jpg) +![create a new wallet](https://user-images.githubusercontent.com/58079255/132000127-259c8d07-5285-478b-9801-7f5434d51d24.jpg) +![choose an operation](https://user-images.githubusercontent.com/58079255/132000177-a40462cd-fb8b-4973-9e7d-72d32a30706e.jpg) +![fill in the form](https://user-images.githubusercontent.com/58079255/132000190-55f73785-f8d4-4fc2-a7ec-7b54b16096a7.jpg) +![sign](https://user-images.githubusercontent.com/58079255/132000202-53aae829-7b0e-4e24-add4-bc8b98c45a8b.jpg) + + + + +## Target Audience +4 Billion Users On The Internet -- Rationale: https://arg.protocol.ai + + +## Rough estimated user base (if applicable) +about 5 miner shareholders + + +## Github repo +https://github.com/slate-engineering/wallet + + +## Website +https://github.com/slate-engineering/wallet + + +## Docs +https://github.com/slate-engineering/wallet + + +## Team Info +People at Protocol Labs build protocols, tools, and services to radically improve the Internet. The Applications Research Group (ARG) is an auxiliary team that aims to bolsters the mission by focusing on shipping tools that people love to use on the Internet. -- more at https://arg.protocol.ai + + +### Team Size +2 + +### Team members +Jimmy Lee +Jeromy Johnson + +## How the community can engage +Email: joyceshiling@gmail.com +Slack: https://filecoin.io/slack +Communuty Discussion: https://github.com/filecoin-project/community/discussions/62 + +## How to Contribute + +We have issues for the public here. From 82674d4a8122a5dcbe95add4a2cce3ff78c0ba1f Mon Sep 17 00:00:00 2001 From: joyceqingling <58079255+joyceqingling@users.noreply.github.com> Date: Fri, 3 Sep 2021 19:57:36 +0800 Subject: [PATCH 2/6] add some image --- projects/wallet/LeatherWallet-en.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/projects/wallet/LeatherWallet-en.md b/projects/wallet/LeatherWallet-en.md index 75da3d91..db91ea7e 100644 --- a/projects/wallet/LeatherWallet-en.md +++ b/projects/wallet/LeatherWallet-en.md @@ -14,10 +14,15 @@ Different from other wallet, it supports all the complex operation of the owner ## Previews +This is the wallet homepage, showing the wallet list. ![wallet list](https://user-images.githubusercontent.com/58079255/132000093-6e8c312e-dc12-46f5-a1f0-a7fdc1bad713.jpg) +Create a new wallet ![create a new wallet](https://user-images.githubusercontent.com/58079255/132000127-259c8d07-5285-478b-9801-7f5434d51d24.jpg) +Choose an operation, supporting other operations besides transfer money. ![choose an operation](https://user-images.githubusercontent.com/58079255/132000177-a40462cd-fb8b-4973-9e7d-72d32a30706e.jpg) +Fill the information to transfer money ![fill in the form](https://user-images.githubusercontent.com/58079255/132000190-55f73785-f8d4-4fc2-a7ec-7b54b16096a7.jpg) +Show the sign message result ![sign](https://user-images.githubusercontent.com/58079255/132000202-53aae829-7b0e-4e24-add4-bc8b98c45a8b.jpg) @@ -51,8 +56,8 @@ People at Protocol Labs build protocols, tools, and services to radically improv 2 ### Team members -Jimmy Lee -Jeromy Johnson +Adonis Jiang +Joyce Hu ## How the community can engage Email: joyceshiling@gmail.com From 551f9e18d546505ac06ec2dd972b39242dd733ff Mon Sep 17 00:00:00 2001 From: joyceqingling <58079255+joyceqingling@users.noreply.github.com> Date: Fri, 3 Sep 2021 20:01:46 +0800 Subject: [PATCH 3/6] add the github link --- projects/wallet/LeatherWallet-en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/wallet/LeatherWallet-en.md b/projects/wallet/LeatherWallet-en.md index db91ea7e..6a08fc3e 100644 --- a/projects/wallet/LeatherWallet-en.md +++ b/projects/wallet/LeatherWallet-en.md @@ -29,7 +29,7 @@ Show the sign message result ## Target Audience -4 Billion Users On The Internet -- Rationale: https://arg.protocol.ai +Everybody can use it to create filecoin wallet and store the wallet safety. Miner owners can use the offline wallet to withdraw fil from miner account. ## Rough estimated user base (if applicable) @@ -37,11 +37,11 @@ about 5 miner shareholders ## Github repo -https://github.com/slate-engineering/wallet +https://github.com/joyceqingling/lotus-offchain-wallet ## Website -https://github.com/slate-engineering/wallet +https://github.com/joyceqingling/lotus-offchain-wallet ## Docs From 5178a08bb32923ff270ce58f8e056819a38c9936 Mon Sep 17 00:00:00 2001 From: joyceqingling <58079255+joyceqingling@users.noreply.github.com> Date: Fri, 3 Sep 2021 20:04:36 +0800 Subject: [PATCH 4/6] add the final step --- projects/wallet/LeatherWallet-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/wallet/LeatherWallet-en.md b/projects/wallet/LeatherWallet-en.md index 6a08fc3e..a52e084e 100644 --- a/projects/wallet/LeatherWallet-en.md +++ b/projects/wallet/LeatherWallet-en.md @@ -24,7 +24,7 @@ Fill the information to transfer money ![fill in the form](https://user-images.githubusercontent.com/58079255/132000190-55f73785-f8d4-4fc2-a7ec-7b54b16096a7.jpg) Show the sign message result ![sign](https://user-images.githubusercontent.com/58079255/132000202-53aae829-7b0e-4e24-add4-bc8b98c45a8b.jpg) - +The final step is using a qr code scanner to get the sign string and send it out from our customized lotus, which is opensource too, to send the message into the message pool. From 77324e19ce32298caf9b67f16fb848a91183bfdd Mon Sep 17 00:00:00 2001 From: joyceqingling <58079255+joyceqingling@users.noreply.github.com> Date: Fri, 3 Sep 2021 20:05:39 +0800 Subject: [PATCH 5/6] Update LeatherWallet-en.md --- projects/wallet/LeatherWallet-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/wallet/LeatherWallet-en.md b/projects/wallet/LeatherWallet-en.md index a52e084e..559ef967 100644 --- a/projects/wallet/LeatherWallet-en.md +++ b/projects/wallet/LeatherWallet-en.md @@ -56,7 +56,7 @@ People at Protocol Labs build protocols, tools, and services to radically improv 2 ### Team members -Adonis Jiang +Adonis Jiang, Joyce Hu ## How the community can engage From 38dd24782316661f9503a15308cf6c233495d9c9 Mon Sep 17 00:00:00 2001 From: joyceqingling <58079255+joyceqingling@users.noreply.github.com> Date: Fri, 3 Sep 2021 20:27:30 +0800 Subject: [PATCH 6/6] add Communuty Discussion link --- projects/wallet/LeatherWallet-en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/wallet/LeatherWallet-en.md b/projects/wallet/LeatherWallet-en.md index 559ef967..266a3847 100644 --- a/projects/wallet/LeatherWallet-en.md +++ b/projects/wallet/LeatherWallet-en.md @@ -61,8 +61,8 @@ Joyce Hu ## How the community can engage Email: joyceshiling@gmail.com -Slack: https://filecoin.io/slack -Communuty Discussion: https://github.com/filecoin-project/community/discussions/62 +Slack: Joyce +Communuty Discussion: https://github.com/filecoin-project/community/discussions/289 ## How to Contribute