0.0.7 • Published 3 months ago

@zcredjs/ethereum v0.0.7

Weekly downloads
-
License
(Apache-2.0 OR MI...
Repository
github
Last release
3 months ago

zcred for ethereum

Library provides zcred implementations for mina

Wallet Adapter

EIP1193 wallet adapter

import {IEIP1193Provider, EIP1193WalletAdapter} from "@zcredjs/ethereum"
const injected = "ethereum" in window && (window.ethereum as IEIP1193Provider);
if (!injected) throw new Error(`No window.ethereum available`);
const walletAdapter = new EIP1193WalletAdapter(injected);
0.0.7

3 months ago

0.0.6

3 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.1

4 months ago