Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/koshikraj/asguard-infra
- Owner: koshikraj
- License: lgpl-3.0
- Created: 2023-04-15T21:18:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-15T21:19:52.000Z (over 1 year ago)
- Last Synced: 2024-10-11T02:53:31.191Z (about 1 month ago)
- Language: TypeScript
- Size: 3.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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