Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koshikraj/asguard-infra

Middleware servers and contracts for Asguard
https://github.com/koshikraj/asguard-infra

Last synced: 12 days ago
JSON representation

Middleware servers and contracts for Asguard

Awesome Lists containing this project

README

        

Asguard Safe Modules
===================

This repository contains a safe module with reeference from [Safe contracts](https://github.com/safe-global/safe-contracts)

## Getting Started

Install dependencies and start the client:

```bash
npm install
```

Run tests:

Start a local blockchain

```bash
npm run test
```

Deploy the contracts on base:

```bash
npm run deploy:base
```

## Resources:

- [Asguard Docs](https://docs.asguard.life)
- [Asguard App](https://app.asguard.life)

## 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