alessandroaw / safe-transactions-proposer

Simple typescript class to simplify simple Gnosis Safe interactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safe Transactions Proposer

Safe transactions proposer is a module that utilize Safe SDK to make transaction proposal easier for Safe Signer or Delegates. You can clone this repo and use the module to create simple script to propose transactions.

Problems

  • Using Safe SDK require a lot of setup and dependency injections
  • There's a lot of boilerplate to do safe action

Solutions

  • Module that wraps the boilerplate and just get to the propose function
  • Only need to defined private key

How to use

Install dependency

yarn

Create and run the script, see examples

yarn dev examples/1-propose-transactions.ts

About

Simple typescript class to simplify simple Gnosis Safe interactions


Languages

Language:TypeScript 100.0%