https://github.com/polywrap/ethereum-wallet
https://github.com/polywrap/ethereum-wallet
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/polywrap/ethereum-wallet
- Owner: polywrap
- License: mit
- Created: 2023-04-27T20:39:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T11:08:07.000Z (over 1 year ago)
- Last Synced: 2025-02-01T18:42:44.440Z (4 months ago)
- Language: Kotlin
- Size: 585 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-polywrap - Ethereum Wallet - Access Ethereum key signers & network providers. (Wraps)
README
# Ethereum Wallet
This repository contains the ethereum wallet interface wrapper and implementations.
The interface wrapper defines a common interface for plugin implementations. The implementations provides signing and HTTP capabilities to the ethereum wrapper.
Table of Contents
1. [Ethereum wallet interface](./interface/README.md)
2. [Ethereum wallet implementations](./implementations)