@enclave-so/sdk
v0.0.4
Published
Enclave is an embedded Web3 wallet for user onboarding.
Downloads
6
Maintainers
Readme
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
- Visit the documentation to learn more about Enclave.
- Follow @enclave_so and @danpopenko on Twitter for project updates
- Join the discussions on GitHub
License
MIT License