Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dao-xyz/identity-wallet-adapter
A simple chain agnostic wallet adapter for signing arbitrary messages
https://github.com/dao-xyz/identity-wallet-adapter
Last synced: 3 days ago
JSON representation
A simple chain agnostic wallet adapter for signing arbitrary messages
- Host: GitHub
- URL: https://github.com/dao-xyz/identity-wallet-adapter
- Owner: dao-xyz
- License: apache-2.0
- Created: 2022-10-29T18:41:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T13:12:05.000Z (almost 2 years ago)
- Last Synced: 2023-12-20T11:02:24.900Z (11 months ago)
- Language: TypeScript
- Size: 3.66 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Identity-wallet-adapter
A simple chain agnostic wallet adapter for signing arbitrary messages.
Supports:
- Metamask
- PhantomWalletBased on the Solana Wallet Adapter (but with chain specific functionality removed). So coming from the Solana Wallet Adapter, you only need to replace
```@solana/wallet-adapter...```
with
```@dao-xyz/wallet-adapter...```
and you will served with a similiar API