Skip to content

rmeissner/sapp-tx-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transaction Builder Safe App

Running this project

yarn
yarn start

This will run a local instance of the Safe app. To test it properly you need to run a local instance of the https://github.com/gnosis/safe-react repository.

Furthermore you need to configure the local http server to allow cors

Modify this file node_modules/react-scripts/config/webpackDevServer.config.js by adding these lines:

headers: {
    "Access-Control-Allow-Origin": "\*",
    "Access-Control-Allow-Methods": "GET",
    "Access-Control-Allow-Headers": "X-Requested-With, content-type, Authorization"
},

Deploy to IPFS

This requires that you have ipfs installed (see https://gist.github.com/MiguelBel/b3b5f711aa8d9362afa5f16e4e972461)

yarn build
ipfs add -r build

Notes: How to setup a Safe app from scratch

Create Safe app with typescript support using yarn as a package manager.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published