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
- Host: GitHub
- URL: https://github.com/morpho-org/create-safe-tx
- Owner: morpho-org
- License: mit
- Created: 2023-05-16T12:00:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T14:24:22.000Z (over 2 years ago)
- Last Synced: 2025-07-08T11:07:16.093Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 369 KB
- Stars: 18
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/