https://github.com/cowprotocol/tutorial-gists
https://github.com/cowprotocol/tutorial-gists
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cowprotocol/tutorial-gists
- Owner: cowprotocol
- Created: 2023-11-18T12:44:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T12:47:45.000Z (over 2 years ago)
- Last Synced: 2025-02-05T08:18:23.799Z (over 1 year ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```