@0xsequence/wallet-contracts
v3.0.1
Published
Ethereum contracts for the Sequence Smart Wallet at [https://sequence.app](https://sequence.app).
Downloads
89
Keywords
Readme
Sequence Smart Wallet Contracts
Ethereum contracts for the Sequence Smart Wallet at https://sequence.app.
For more information, visit https://sequence.build
Usage
Please visit https://sequence.app to access the Sequence Wallet via your Web Browser, or download "Sequence Wallet" from the respective Apple/Google stores.
You may also access, interface, or develop your own Sequence Wallet via sequence.js. The sequence.js library offers a full open source library to interact, create, deploy and manage a Sequence Smart Wallet Account, as defined by the contracts in this repository. Also see go-sequence for an implementation in Go.
Connecting your Dapp with Sequence Wallet
If you wish to use Sequence Wallet in your Dapp, simply use sequence.js. Sequence.js is an Ethereum client library built on ethers.js, that provides an additional Sequence Smart Wallet Signer.
Please refer to the sequence.js repository for usage instructions.
Developing a Custom Wallet UI for Sequence (Advanced!)
If you wish to use the Sequence Wallet Contracts @0xsequence/wallet-contracts
directly:
- Install the contracts:
pnpm add @0xsequence/wallet-contracts
ornpm install @0xsequence/wallet-contracts
- Install the Sequence Wallet libraries:
pnpm add @0xsequence/wallet
ornpm install @0xsequence/wallet
. You can view the source, of the wallet libraries, and review the Sequence tests for sample usage.
NOTE: this integration is only needed if you want low-level access to the Sequence Wallet contracts, such as if you'd building your own custom wallet, or perhaps a CLI tool for managing your wallet.
Security Review
@0xsequence/wallet-contracts
has been audited by independent parties.
V2 Audits
- Consensys Diligence - February 2023
- Zellic - March 2023
V1 Audits
- Consensys Diligence - May 2020
- Quantstamp - initial audit - July 2020
- Quantstamp - audit of new capability, nested Sequence signers - February 2021
License
Copyright (c) 2017-present Horizon Blockchain Games Inc.
Licensed under Apache-2.0