Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 961 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 961 Bytes

🐷 Your Safe App

This repository contains some boilerplate code to get you started with building a Safe App with built-in swap support.

Read the documentation on CoW Powered Safe Dapps in https://docs.cow.fi/cow-protocol/tutorials/safe-app

The example app embeds the CoW Swap widget in a Safe App, and allows to change some of the configuration, such as the partner fee, token lists, or theming.

It also show how to handle events happening inside CoW Swap, like the notification on a new trade.

Swap

Limit Orders

Getting Started

Install dependencies and start a local dev server.

yarn install
cp .env.sample .env
yarn start

Related