Skip to content

Wrap and Unwrap ETH with ease from within your Gnosis Safe

Notifications You must be signed in to change notification settings

bh2smith/safe-wraptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gnosis Safe: ETH Wraptor

Wrap and Unwrap ETH with ease from within your Gnosis Safe!

Developers Guide

Install dependencies and start a local dev server.

yarn install
cp .env.sample .env
yarn start

Then:

  • If HTTPS is used (by default enabled)
  • Go to Safe Multisig web interface
  • Create your test safe
  • Go to Apps -> Manage Apps -> Add Custom App
  • Paste your localhost URL, default is https://localhost:3000/
  • You should see Safe App Starter as a new app
  • Develop your app from there

Features

Gnosis Safe App Starter combines recommendations described in the following repositories:

You can use the useSafe React hook to interact with the Safe Apps SDK

const safe = useSafe();
console.log(safe.info);

Safe React Components are also integrated and ready to use. See all components.

Dependencies

Included

Recommended

About

Wrap and Unwrap ETH with ease from within your Gnosis Safe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published