0.0.4 • Published 11 months ago

@enclave-so/sdk v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Enclave

Enclave is an embedded Web3 wallet for user onboarding.

Getting Started | Demo | Wallet

  • 3-lines setup (1 in terminal, 2 in code)
  • All compatible EVM networks
  • Integrates with any library (Wagmi, Web3Modal, Ethers, etc.)
  • Allows users to sign messages, send transactions, and interact with smart contracts
  • Free to use, with no limits or project ID required
  • Boost feature to increase user engagement

... and much more.

Overview

npm i @enclave-so/sdk
import { provider } from '@enclave-so/sdk'

provider.announce() // EIP-6963 announce

const accounts = await provider.request({ method: 'eth_requestAccounts' }) // EIP-1193 provider
console.log(accounts)
// ['0x6B944948B5e70e4421034C4C0744A176b0bf9968']

Links

License

MIT License

0.0.4

11 months ago

0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago