Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koshikraj/safelink
https://github.com/koshikraj/safelink
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/koshikraj/safelink
- Owner: koshikraj
- License: gpl-3.0
- Created: 2024-05-27T13:56:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T15:29:10.000Z (5 months ago)
- Last Synced: 2024-10-11T02:52:23.318Z (about 1 month ago)
- Language: TypeScript
- Homepage: http://safelink.zenguard.xyz/
- Size: 4.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Safe Link
[![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://github.com/koshikraj/safe-link/blob/main/LICENSE)
## Description
Share crypto instantly from your Safe accounts via links. It utilizes Spend limit session key validator and executor.
## Features
- Utilizes Rhinestone's [Safe 7579 adapter](https://github.com/rhinestonewtf/safe7579)
## Usage
1. Clone the repository:
```bash
git clone https://github.com/koshikraj/safe-link.git
```2. Project structure:
├── safe-link
│ ├── [Safe App](./web)
│ ├── [Spend limit session key Module](./module)
│ └── [Dependency Packages](./packages)## Contributing
Contributions are welcome! Please follow the [contribution guidelines](CONTRIBUTING.md) to contribute to this project.
## License
This project is licensed under the [GPL-3.0 license](./LICENSE).