0.0.3 • Published 1 year ago

enclave-sdk v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Enclave

Enclave is an embedded Web3 wallet for user onboarding. Demo

Features

  • 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
// 1. Import modules
import { inject, provider } from '@enclave-so/sdk'

// 2. Set up Enclave provider
await inject()

// 3. Consume an action
const accounts = await provider.request({ method: 'eth_accounts' })
console.log(accounts)

Documentation

Visit the documentation to learn more about Enclave.

Community

Check out the following places for more Enclave-related content:

License

MIT License

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago