Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Project Submission] LetherWallet #290

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions projects/wallet/LeatherWallet-en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@

## Project Name: LeatherWallet
LeatherWallet


## Category
Wallet, filecoin safe wallet
<!--developer tooling, application, wallet, infrastructure, etc-->

## 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.

<!--Describe your project in a few sentences. -->

## 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)
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.

<!--Add some screenshots to give a preview of your product-->

## Target Audience
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.
<!--Describe who will be your project's users-->

## Rough estimated user base (if applicable)
about 5 miner shareholders
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this mean?

<!--How many users do you have right now?-->

## Github repo
https://github.com/joyceqingling/lotus-offchain-wallet
<!--Attach a link to your GitHub repo if it's OSS-->

## Website
https://github.com/joyceqingling/lotus-offchain-wallet
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you already have a website for this application?

  • if yes, please update the link.
  • if not, please just leave it blank.

<!--Link your website if available-->

## Docs
https://github.com/slate-engineering/wallet
<!--Including a link to your project docs!-->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a repo link to ARG repo, not related to your project. Can you please update it ?


## 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this part is forgotten to be updated since this project is initialized by neither PL nor ARG. Can you please fix it and use the right intro of your team.

<!-- Introduce your amazing team - how many team members are working on this project and who are they?-->

### Team Size
2

### Team members
Adonis Jiang,
Joyce Hu

## How the community can engage
Email: [email protected]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Slack: Joyce
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Slack: Joyce
Slack: Joyce

Communuty Discussion: https://github.com/filecoin-project/community/discussions/289

## How to Contribute
<!--How can the community contribute to your project?-->
We have issues for the public here.