Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 993 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 993 Bytes

ZenGuard Safe Modules

This repository contains a safe module with reeference from Safe contracts

Getting Started

Install dependencies and start the client:

npm install

Run tests:

Start a local blockchain

npm run test

Deploy the contracts on base:

npm run deploy:base

Resources:

Contributing

You are welcome to submit issues and enhancement requests and work on any of the existing issues. Follow this simple guide to contribute to the repository.

  1. Create or pick an existing issue to work on
  2. Fork the repo on GitHub
  3. Clone the forked project to your own machine
  4. Commit changes to your own branch
  5. Push your work back up to your forked repo
  6. Submit a Pull request from the forked repo to our repo so that we can review your changes