0.0.9 • Published 9 months ago

@zcredjs/ethereum v0.0.9

Weekly downloads
-
License
(Apache-2.0 OR MI...
Repository
github
Last release
9 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.9

9 months ago

0.0.8

9 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.1

1 year ago