https://github.com/xtaci/eth2deposit
https://github.com/xtaci/eth2deposit
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xtaci/eth2deposit
- Owner: xtaci
- License: gpl-3.0
- Fork: true (RockX-SG/eth2deposit)
- Created: 2022-01-26T06:19:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T08:10:58.000Z (over 3 years ago)
- Last Synced: 2024-06-21T02:15:48.465Z (about 2 years ago)
- Language: Go
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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