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.
- Host: GitHub
- URL: https://github.com/irshit033/multisigner_gnosis_safe
- Owner: IRSHIT033
- Created: 2023-07-27T22:34:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T22:42:44.000Z (about 2 years ago)
- Last Synced: 2025-06-03T16:06:23.934Z (4 months ago)
- Topics: gnosis-multisig, gnosis-protocol, gnosis-safe, polygon, typescript
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```