Welcome to the Alice's Ring Documentation site. This site provides comprehensive documentation for the Metamask Snap for SAG and LSAG signatures.
This documentation site covers the following topics:
- Overview of the Alice's Ring
- Detailed explanations of ring signatures (SAG and LSAG)
- Installation and usage instructions for all the libraries
- Frequently Asked Questions (FAQ)
- Information about Cypher Lab
Before you begin, ensure you have the following installed on your local machine:
- Node.js (>= 18.x)
- npm or yarn
- Install the dependencies:
yarn install
To start the local development server, run:
yarn start
This command starts the development server and opens a browser window. Most changes are reflected live without having to restart the server.
To build the documentation site for production, run:
yarn build
This command generates static content into the build
directory and can be served using any static file hosting service.
We welcome contributions from the community. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes.
- Commit your changes with a descriptive commit message.
- Push your changes to your forked repository.
- Create a pull request to the main repository.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please contact us at [email protected].
We would like to thank all contributors and the community for their support and feedback.
This documentation site is built with Docusaurus.