Welcome to the Verifiable Credentials Knowledge Base, a comprehensive resource built using the latest Docusaurus framework. This project is dedicated to educating users about verifiable credentials, detailing what they are, their significance, and listing all available standards related to verifiable credentials.
Verifiable credentials allow for the creation, presentation, and verification of digital assertions. They are a foundational element in building trust on the web, enabling entities to share information in a secure, verifiable manner.
- Clone the Repository.
git clone git@github.com:wkotlowski/vcs.git
cd vcs
- Install Dependencies.
npm install
- Start the development server.
npm start
This will launch the project in your browser at http://localhost:3000
.
Contributions to this project are welcome! Whether it's improving the documentation, adding new sections, or reporting issues, your input is valuable.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -am 'Add some AmazingFeature
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.
This project is licensed under the MIT license. See the LICENSE file for details.