0.0.9 • Published 10 months ago

@zcredjs/ethereum v0.0.9

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

10 months ago

0.0.8

10 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago