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

https://github.com/morpho-org/create-safe-tx

📜 Useful script to build complex Gnosis Safe transactions involving Gnosis Multisend and/or Zodiac modifiers
https://github.com/morpho-org/create-safe-tx

Last synced: 11 months ago
JSON representation

📜 Useful script to build complex Gnosis Safe transactions involving Gnosis Multisend and/or Zodiac modifiers

Awesome Lists containing this project

README

          

# create-safe-tx

[![npm package][npm-img]][npm-url]
[![Build Status][build-img]][build-url]
[![Downloads][downloads-img]][downloads-url]
[![Issues][issues-img]][issues-url]
[![Commitizen Friendly][commitizen-img]][commitizen-url]
[![Semantic Release][semantic-release-img]][semantic-release-url]

> 📜 Useful script to build complex Gnosis Safe transactions involving Gnosis Multisend and/or Zodiac modifiers

## Getting started

```bash
npx create-safe-tx
```

`create-safe-tx` will output the contents of your freshly-built Safe transaction into `tx.json`

Hand it over either to Safe's backend, or to [`morpho-labs/safer`](https://github.com/morpho-labs/safer) in order to submit it onchain!

[build-img]: https://github.com/morpho-labs/create-safe-tx/actions/workflows/release.yml/badge.svg
[build-url]: https://github.com/morpho-labs/create-safe-tx/actions/workflows/release.yml
[downloads-img]: https://img.shields.io/npm/dt/create-safe-tx
[downloads-url]: https://www.npmtrends.com/create-safe-tx
[npm-img]: https://img.shields.io/npm/v/create-safe-tx
[npm-url]: https://www.npmjs.com/package/create-safe-tx
[issues-img]: https://img.shields.io/github/issues/morpho-labs/create-safe-tx
[issues-url]: https://github.com/morpho-labs/create-safe-tx/issues
[codecov-img]: https://codecov.io/gh/morpho-labs/create-safe-tx/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/gh/morpho-labs/create-safe-tx
[semantic-release-img]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]: https://github.com/semantic-release/semantic-release
[commitizen-img]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[commitizen-url]: http://commitizen.github.io/cz-cli/