Skip to content

Commit

Permalink
add zondax logo and note about new package (Zondax#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 authored Mar 17, 2023
1 parent e6de35b commit 6f192ca
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 16 deletions.
52 changes: 36 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,27 @@
[![GithubActions](https://github.com/zondax/filecoin-signing-tools/actions/workflows/main.yaml/badge.svg)](https://github.com/Zondax/filecoin-signing-tools/blob/main/.github/workflows/main.yaml)
[![npm version](https://badge.fury.io/js/%40zondax%2Ffilecoin-signing-tools.svg)](https://badge.fury.io/js/%40zondax%2Ffilecoin-signing-tools)

You can find more information in the [Documentation Site](https://docs.zondax.ch/filecoin-signing-tools)
---

![zondax_light](docs/assets/zondax_light.png#gh-light-mode-only)
![zondax_dark](docs/assets/zondax_dark.png#gh-dark-mode-only)

_Please visit our website at [zondax.ch](https://www.zondax.ch)_

---

## Relevant Note :warning::warning:
We are excited to announce that we have created a new package called [izari-filecoin :link:](https://github.com/zondax/izari-filecoin),
which will be the successor to filecoin-signing-tools. Izari Filecoin is an advanced and
user-friendly package that includes several new features and improvements that were not
available in this project. The new package is also better organized and easier to use.
While this project will continue to be maintained, no new features will be added to it.
Therefore, we strongly recommend that you switch to Izari Filecoin to take advantage of
its new features and benefits.

---

You can find more information in the [Documentation Site](https://docs.zondax.ch/docs/filecoin/filecoin-signing-tools/)

- Rust Native Library
- Secp256k1
Expand All @@ -19,21 +39,21 @@ You can find more information in the [Documentation Site](https://docs.zondax.ch

- Examples

| Caller | Callee | Status | |
|-----------------|-----------------|----------------------------------|----------------------------------|
| | | | |
| Browser | WASM | Ready :heavy_check_mark: | [Link](examples/wasm_browser) |
| Node.js / Mocha | WASM | Ready :heavy_check_mark: | [Link](examples/wasm_node) |
| | | | |
| C | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/c) |
| C++ | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/c++) |
| Java | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/java) |
| Kotlin | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/kotlin) |
| Go | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/go) |
| Objective-C | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/objective-c) |
| Swift | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/swift) |
| Flutter | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/flutter) |
| React Native | Rust | Planned :hourglass_flowing_sand: | [Soon]() |
| Caller | Callee | Status | |
|-----------------|-----------------|----------------------------------|----------------------------------|
| | | | |
| Browser | WASM | Ready :heavy_check_mark: | [Link](examples/wasm_browser) |
| Node.js / Mocha | WASM | Ready :heavy_check_mark: | [Link](examples/wasm_node) |
| | | | |
| C | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/c) |
| C++ | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/c++) |
| Java | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/java) |
| Kotlin | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/kotlin) |
| Go | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/go) |
| Objective-C | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/objective-c) |
| Swift | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/swift) |
| Flutter | Rust | Ready :heavy_check_mark: | [Link](examples/ffi/flutter) |
| React Native | Rust | Planned :hourglass_flowing_sand: | [Soon]() |

## Running tests and examples

Expand Down
Binary file added docs/assets/zondax_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/zondax_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f192ca

Please sign in to comment.