Developer Resources
Last updated
Last updated
Technical resources to start building on Kryptokrona.
: NodeJS Kryptokrona Wallet Backend
: Kryptokrona-Utils
Since Kryptokronan is a fork of turtlecoin, these links will also prove useful.
- Blockchain daemon
- Recommended RPC API to use for new projects or to migrate to from existing projects. Swagger based REST interface.
- Turtle Service Wallet API. Will eventually be deprecated, suggested to use wallet-api for new projects.
: NodeJS TurtleCoin Wallet Backend
: C++ TurtleCoin Wallet Backend
: An asynchronous wrapper API for loading and accessing the TurtleCoin daemon and wallet application through C#.
: A TurtleCoin Payment Gateway Plugin for WooCommerce.
: NodeJS TurtleCoind High-Availability Daemon Wrapper
: NodeJS Turtle-Service High-Availability Wrapper (note: turtle-service is deprecated and it is recommended to use wallet-api for new projects)
: TurtleCoin daemon spec and PoC.
- un-exhaustive list of commons errors which TurtleCoind and turtle-service make, why they happen, and solutions.