https://github.com/pluto/attest-integrations
Example integrations
https://github.com/pluto/attest-integrations
Last synced: about 1 year ago
JSON representation
Example integrations
- Host: GitHub
- URL: https://github.com/pluto/attest-integrations
- Owner: pluto
- License: mit
- Created: 2024-08-27T20:36:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T22:59:35.000Z (about 1 year ago)
- Last Synced: 2025-03-04T23:32:31.876Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 688 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Attest Integrations
## Overview
`attest-integrations` is a project that provides integrations for creating web proofs with Pluto.
## Repository Structure
- `integrations/`: Folder containing integrations
- `[integration-name]`: Each integration should have a unique folder name. The files within this folder must be named appropriately
- `[version]`: Version of the manifest
- `manifest.json`: This file contains the main congiguration.
- `prepare.js`: Javascript file containing a data extraction script
- `logo.png`: Preferrably black and white, transparent, square, smaller sized image representing the integration. Used in app and in the Pluto Chrome Extension
- `card.png`: Color, square image representing the integration. Used in app and in the Pluto Chrome Extension on provider selection screen. Optional
## Getting Started
### Prerequisites
Building integrations is an involved process. There are no tools in this reposity to do so, however we have plenty of documentation to assist in the process. Head over to [Reverse Engineering APIs](https://docs.pluto.dev/guides/reverse-engineering-apis) to get started.
## License
Licensed under the [MIT License](https://github.com/pluto/attest-integrations/blob/main/LICENSE)
## Contributing
We welcome contributions to our open-source projects. If you want to contribute or follow along with contributor discussions, join our [main Telegram channel](https://t.me/pluto_xyz/1) to chat about Pluto's development.
Our contributor guidelines can be found in [CONTRIBUTING.md](./CONTRIBUTING.md). A good starting point is issues labelled 'bounty' in our repositories.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.