An open API service indexing awesome lists of open source software.

https://github.com/irshit033/multisigner_gnosis_safe

This is a demo of multi signer transaction implementation using SAFE protocol API.
https://github.com/irshit033/multisigner_gnosis_safe

gnosis-multisig gnosis-protocol gnosis-safe polygon typescript

Last synced: 3 days ago
JSON representation

This is a demo of multi signer transaction implementation using SAFE protocol API.

Awesome Lists containing this project

README

          

# MultiSigner_Gnosis_safe
This is a demo of multi signer transaction implementation using SAFE protocol API.

### create env
```
touch .env
```
put the needed env var as per .env.example suggests

### run application by
```
yarn install
yarn start
```