Git Product home page Git Product logo

safe-cow-order's Introduction

Safe CowSwap Orders

This repo provides a script for demonstrating how Gnosis Safe can place gasless orders on CowSwap. This is not intended to be fully featured, but instead just to demonstrate how off-chain orders can be placed for a Gnosis Safe.

Requirements

  • Gnosis Safe v1.3 or later with the CompatibilityFallbackHandler installed (this is the default fallback handler).
  • Deno

Running

deno run src/index.js \
  --node https://mainnet.infura.io/v3/$INFURA_PROJECT_ID \
  --buy-token 0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB \
  --sell-token 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 \
  --sell-amount 1000000000000000000 \
  --safe $SAFE_ADDRESS \
  --owner $OWNER_0_PK \
  --owner $OWNER_1_PK

Building

You can optionally created bundled executables (instead of invoking Deno).

make # build a bundled executable
make xcompile # cross-compile bundled executables

This allows you to run the script with target/safe-cow-order ....

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.