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

https://github.com/cowprotocol/tutorial-gists


https://github.com/cowprotocol/tutorial-gists

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Tutorial gists

Gists:

1. Gaslessly submit an ERC-1271 signed order from a Safe with a single owner.

## Usage

This project uses `pnpm` for package management. Install dependencies:

```bash
pnpm i
```

To run the current gist, copy the `.env.example` to `.env` and populate `PRIVATE_KEY` and `RPC_URL` respectively.

```bash
source .env
npx run src/index
```