GithubHelp home page GithubHelp logo

isabella232 / dx-safe-cli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gnosis/dx-safe-cli

0.0 0.0 0.0 500 KB

Dutch Exchange modules CLI for Safe contracts

License: MIT License

JavaScript 100.00%

dx-safe-cli's Introduction

DX Safe CLI

CLI that manages the creation of Dutch Exchange modules for the Safe.

Requirements

  • Nodejs >= 8
  • Git

Install

# You can install it globally, in another project...
npm i -g @gnosis.pm/dx-safe-cli

# Or clone the repo
git clone https://github.com/gnosis/dx-safe-cli
cd dx-safe-cli
npm i

Configuration file

There is an example of the configuration file in conf/conf.example.json fill the parameters desired values.

Safe params:

Name Type Description
ethereumURL String Url of a Ethereum node (e.g. https://rinkeby.infura.io)
gasPrice Number Gas price in Wei (e.g. 10000000000)
gas Number Gas limit (1e6 by default)
owners Array of Strings (ethereum addresses) Owners of the Safe multisig account
safeThreshold Number Number of owner signatures required for executing transactions in the safe
moduleType Enum: [seller | complete] Type of DutchX module used for the operator. There's currently two options: seller can only sell, complete can sell and buy
whitelistedTokens Array of Strings (ethereum addresses) ERC20 tokens that are whitelisted. Only whitelisted tokens can be traded.
operators Array of Strings (ethereum addresses) Addresses for the operators. The operators are users that can trade the whitelisted tokens in the DutchX on behalf of the safe address. Note that operators cannot execute any other transaction using the safe funds. Also, the operators don't need to surplus the safeThreshold
ownersToSign  Array of Strings (ethereum addresses) Addresses of the safe owners. This are the owners included in the data to send when performing transactions without PK/MNEMONIC but with Hardware wallet, external accounts, etc.

Running the CLI

@gnosis.pm/dx-safe-cli # globally
npm run cli # locally

It will output all the possible options

alt text

dx-safe-cli's People

Contributors

denisgranha avatar anxolin avatar

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.