Build a Batch transactions Safe App
Build a Safe App that allows transferring assets out of the Safe in 1 transaction
This tutorial will build a Safe App that enables us to migrate all the assets from a Safe to any other wallet in a single transaction. It doesn't include NFTs, but this is a great thing to do on your own. In addition, you will learn about smart contract wallets, multi-signature transaction flow, and batched transactions.
We'll assume that you are familiar with TypeScript (JavaScript), React, and Ethereum and have
node.js
and npm
installed.If you need help, you can reach Safe developers in the #safe-developers channel in https://chat.safe.global or create a discussion in https://github.com/gnosis/safe-apps-sdk/discussions.
Last modified 1mo ago