Prerequisites
- Basic knowledge of blockchain development and JavaScript/TypeScript.
- Familiar with interacting with smart contracts using
ethers.js. - Have access to a deployed instance of Gnosis Safe contracts on the peaq network or are able to deploy them yourself.
- Have an RPC URL for the peaq network.
- Have private keys for multiple signers to interact with the wallet.
Instructions
1. Set Up Your Environment
- Install the necessary dependencies:
- Set ESM Module:
Add the following to your
package.jsonto alllow for ESM modules.
- Configure a
.envfile with the following variables:

