Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 1.03 KB

batch-transactions-safe-app.md

File metadata and controls

21 lines (13 loc) · 1.03 KB
description
Build a Safe App that allows transferring assets out of the Safe in 1 transaction

Build a Batch transactions Safe App

What are we building?

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.

Find the Github repo with the complete guide here.

Prerequisites

We'll assume that you are familiar with TypeScript (JavaScript), React, and Ethereum and have node.js and npm installed.

Help

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.