Skip to content

Commit 158a846

Browse files
authored
Merge pull request #257 from jc0803kevin/master
[Project submission] Filecoin Java SDK
2 parents fc3c46a + f1849ed commit 158a846

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
## Project Name
2+
Filecoin Java SDK
3+
4+
## Category
5+
Developer Tooling
6+
7+
## Project Description
8+
Supporting features:
9+
10+
+ all Lotus RPC API
11+
+ offline wallet creation(BLS, secp256k1 & multisig),
12+
+ Transfer Signature, offline multi-signature, etc.
13+
14+
## Project Status
15+
Developing
16+
17+
## Previews
18+
19+
* Data used for signature
20+
21+
![Data used for signature](./images/Sign%20Data.jpg)
22+
23+
* Build multi-signature address parameters
24+
25+
![Build multi-signature address parameters](./images/Build%20multi-signature%20address%20parameters.jpg)
26+
27+
* Blake2b Digital signature refer to [Blake2b](https://github.com/alphazero/Blake2b)
28+
* Cbor Encoding format refer to [Cbor](https://github.com/whyrusleeping/cbor-gen)
29+
30+
## Target Audience
31+
Developers of exchanges, wallets or even applications.
32+
33+
## Rough estimated user base (if applicable)
34+
35+
N/A
36+
37+
## Github repo
38+
39+
https://github.com/jc0803kevin/FilecoinJ
40+
41+
## Website
42+
43+
N/A
44+
45+
46+
## Docs
47+
https://github.com/jc0803kevin/FilecoinJ
48+
49+
## Team Info
50+
A small team.
51+
52+
### Team Size
53+
54+
1
55+
56+
### Team members
57+
Jc0803kevin
58+
59+
## How the community can engage
60+
61+
GitHub Discussion: https://github.com/filecoin-project/community/discussions/252
62+
63+
64+
65+
## How to Contribute
66+
67+
N/A
15.1 KB
Loading
15.2 KB
Loading

0 commit comments

Comments
 (0)