This repository contains the official documentation for snaK, a MetaMask Snap integration that enables direct interaction with the Kadena blockchain from within MetaMask.
The book is built using mdBook and covers:
- What snaK is and how it works
- Step-by-step user guide for MetaMask integration
- SDK quickstart for building Snap-compatible dApps
- Best practices for integration and testing
📖 https://mindsend-datatech.github.io/snak-docs/
- Rust
mdbookinstalled (check thefor instructions)
mdbook serveThis will build and host the book at http://localhost:3000.
src/
├── intro.md # General intro to snaK
├── user-guide/ # MetaMask + Snap onboarding flow
├── sdk/ # Developer quickstart and integration guide
└── SUMMARY.md # Table of contents
We welcome contributions!
- Fix typos and broken links
- Improve clarity or accuracy
- Add new integration examples or edge case handling
To contribute:
- Fork this repository
- Make changes in
src/ - Run
mdbook buildormdbook serveto test locally - Open a pull request 🚀
Licensed under the Apache License 2.0.