kryptokrona
  • Welcome to the Kryptokrona Wiki
  • ❓About
    • About Kryptokrona
    • Background and History
    • Kryptokrona Community
    • Contributing
    • Contributors
    • Frequently Asked Questions
    • Getting Started
    • Supporting
    • Technical Data
    • Timeline
  • 😎Developer
    • 😎Kryptokrona
      • Compiling from Source
      • Forking Kryptokrona
      • Local Testnet
      • Developer Resources
      • Running a Node on a Pi
      • Subwallets
      • kryptokronad behind HAProxy
      • CI/CD
      • Versioning
      • Help and Support
      • Kryptokrona API Docs
        • Daemon JSON RPC API
        • kryptokrona-wallet-backend-js
        • kryptokrona-service
        • RPC Errors
        • Wallet RPC API
        • Daemon HTTP RPC API
    • 🐦Hugin API
      • Setup
      • API usage examples
      • Build Test and Deployment
      • Dashboard
      • Database
      • Help and Support
      • Onion Services
      • Technologies
      • Test Environment
      • Testing
      • Websockets
      • Sponsors
      • Contribute
    • 🧰Kryptokrona Kotlin SDK
      • Getting Started
      • How To Use Kryptokrona SDK
  • 🎓Guides
    • 👛Wallets
      • 📜Making a Paper Wallet
      • 👜Making a Kryptokrona Wallet
      • 🚑Recovering your Wallet
      • 💻Using Kryptokrona Desktop Wallet
      • 💻Using Kryptokrona Desktop Wallet *deprecated*
      • 🛰️Using Remote Nodes
      • 👾Command Line
        • Using xkrwallet
    • 🐦Hugin API
      • Deploy Your Own Hugin API
  • 🐦Hugin Messenger
    • 📱How to use Hugin Mobile
  • 🕸️Node
    • 😇Deploy a Public Node (manually)
    • 🚢Deploy node with Docker
    • 🦅Deploy a Hugin Full Node with Docker
    • 🍇Run a Node on a Raspberry Pi
    • ✏️How to configure the node?
    • 🥾Node bootstrap
  • ⛏️Mining
    • ⛏️Get started with mining
    • 😎Solo-mining Kryptokrona
    • 🍇Mining with a SBC
    • 🧑‍🎓🧑🎓 Mining Intro
    • 📒Notes
    • 🌊Mining Pools
    • 🚚Mining with XMRig
    • 🏊‍♂️🏊♂ Run a Mining Pool
    • 📱Mining on Android
    • Mining on macOS
    • 🍯Mining on HiveOS
Powered by GitBook
On this page
  • Kryptokrona Source Code
  • Libraries
  • TurtleCoin Core RPC APIs
  • RPC API Clients
  • Libraries
  • Reads
  • Misc
  1. Developer
  2. Kryptokrona

Developer Resources

PreviousLocal TestnetNextRunning a Node on a Pi

Last updated 2 years ago

Technical resources to start building on Kryptokrona.

Kryptokrona Source Code

Libraries

  • : NodeJS Kryptokrona Wallet Backend

  • : Kryptokrona-Utils

Since Kryptokronan is a fork of turtlecoin, these links will also prove useful.

TurtleCoin Core RPC APIs

  • - 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.

RPC API Clients

Libraries

Reads

Misc

: 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.

😎
😎
Kryptokrona-Soure-Code
Kryptokrona-wallet-backend-js
Kryptokrona-utils
TurtleCoind
wallet-api
turtle-service
NodeJS
PHP
Python
Go
turtlecoin-wallet-backend-js
turtlecoin-wallet-backend-cpp
TurtleCoin.Net API
Woo Turtle
turtlecoind-ha
turtleservice-ha
CantiLib
TurtleCoin Blog
RPC API Error Conditions