usecannon / cannon-safe-app

Home Page:https://safe-indol.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannon Safe App

This project is being deprecated in favor of https://github.com/usecannon/deploy

Getting Started

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 the Safe 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

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

https://safe-indol.vercel.app


Languages

Language:TypeScript 97.5%Language:JavaScript 1.2%Language:HTML 0.8%Language:CSS 0.5%