Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 648 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 648 Bytes

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