Ethereum contracts for the Sequence Smart Wallet at https://sequence.app.
For more information, visit https://sequence.build
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.
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.
If you wish to use the Sequence Wallet Contracts @0xsequence/wallet-contracts
directly:
- Install the contracts:
yarn add @0xsequence/wallet-contracts
ornpm install @0xsequence/wallet-contracts
- Install the Sequence Wallet libraries:
yarn 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.
@0xsequence/wallet-contracts
has been audited by independent parties.
- Consensys Diligence - February 2023
- Zellic - March 2023
- Consensys Diligence - May 2020
- Quantstamp - initial audit - July 2020
- Quantstamp - audit of new capability, nested Sequence signers - February 2021
Copyright (c) 2017-present Horizon Blockchain Games Inc.
Licensed under Apache-2.0