Skip to content

Commit 7f3b3a5

Browse files
committed
update readme
1 parent d70dca4 commit 7f3b3a5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p><img title="fystack logo" src="https://avatars.githubusercontent.com/u/149689344?s=400&u=13bed818667eefccd78ca4b4207d088eeb4f6110&v=4" width="320" height="320"></p>
66

7-
[![Go Version](https://img.shields.io/badge/Go-v1.21+-00ADD8?logo=go&style=for-the-badge)](https://go.dev/)
7+
[![Go Version](https://img.shields.io/badge/Go-v1.23+-00ADD8?logo=go&style=for-the-badge)](https://go.dev/)
88
[![License](https://img.shields.io/github/license/fystack/mpcium?style=for-the-badge)](./LICENSE)
99
[![Go Report Card](https://goreportcard.com/badge/github.com/fystack/mpcium?style=for-the-badge)](https://goreportcard.com/report/github.com/fystack/mpcium)
1010
[![Version](https://img.shields.io/github/v/release/fystack/mpcium?label=version&logo=semantic-release&style=for-the-badge)](https://github.com/fystack/mpcium/releases)
@@ -35,6 +35,7 @@ At its cryptographic core, Mpcium integrates tss-lib, a production-grade thresho
3535
| [Badger KV](https://github.com/dgraph-io/badger) | High-performance **embedded key-value store** used for local encrypted storage of MPC key shares and session data. |
3636
| [Consul](https://www.consul.io) | **Service discovery and health checking** to allow nodes to dynamically find each other and maintain cluster integrity. |
3737
| [tss-lib](https://github.com/binance-chain/tss-lib) | Cryptographic engine for **threshold key generation and signing**, supporting ECDSA and EdDSA (used in Bitcoin, Ethereum, Solana, etc). |
38+
| [age](https://github.com/FiloSottile/age) | **Modern encryption tool** used for secure key material storage and protection with password-based encryption. |
3839

3940
## Threshold & Nodes
4041

@@ -111,6 +112,11 @@ $ mpcium start -n node2
111112

112113
```
113114

115+
### Client Implementations
116+
117+
- **Go**: Available in the `pkg/client` directory. Check the `examples` folder for usage samples.
118+
- **TypeScript**: Available at [github.com/fystack/mpcium-client-ts](https://github.com/fystack/mpcium-client-ts)
119+
114120
### Client
115121

116122
```go

0 commit comments

Comments
 (0)