An open API service indexing awesome lists of open source software.

https://github.com/xtaci/eth2deposit


https://github.com/xtaci/eth2deposit

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

[1]: https://godoc.org/github.com/RockX-SG/eth2deposit?status.svg
[2]: https://pkg.go.dev/github.com/RockX-SG/eth2deposit
[3]: https://img.shields.io/badge/license-MIT-blue.svg
[4]: LICENSE

[![GoDoc][1]][2] [![MIT licensed][3]][4]

# eth2deposit
A Golang library for runtime ETH2 staking

# Features
* Secret key is guarded with [enclave](https://github.com/awnumar/memguard), avoid memory retention attacks, core dumps.
* Fully compatibile with https://github.com/ethereum/eth2.0-deposit-cli

## Installation

```
$ go get github.com/RockX-SG/eth2deposit
```

API is experimental and may have unstable changes. You should pin a version.

# Status
Beta