Skip to content

Latest commit

 

History

History
152 lines (85 loc) · 6.02 KB

File metadata and controls

152 lines (85 loc) · 6.02 KB
hide
navigation

Resources

In the resources section of the Koinos documentation, you'll find a wealth of supplementary materials to further enhance your understanding and development experience with the Koinos blockchain. Explore links to community forums, developer blogs, and video tutorials that provide insights into best practices, troubleshooting tips, and real-world use cases. Access additional documentation, SDKs, and tools to accelerate your development journey and engage with the vibrant Koinos community to collaborate, share knowledge, and stay updated on the latest developments within the ecosystem.

Koinos is Open Source

All standard microservice code and SDKs are available in its entirety and completely open source.

  • :fontawesome-brands-github:{ .lg .middle } Koinos organization


    The Koinos blockchain is open source and completely decentralized and we encourage all developers to contribute code to improve the Koinos ecosystem.

    :octicons-arrow-right-24: Read the code

Cryptocurrency wallets

Wallets play a crucial role in the Koinos blockchain ecosystem, providing a secure and user-friendly interface for managing Koinos tokens (KOIN) and interacting with decentralized applications (dApps). Koinos wallets enable users to send and receive KOIN, delegate resources, and interact with smart contracts, offering a seamless and intuitive experience for engaging with the blockchain.

Contract standards

Standards provide guidelines and information for developers to utilize so that their contributions to Koinos can fully take advantage of the entire ecosystem.

Ecosystem platforms

The platforms on the Koinos blockchain offer developers a robust and scalable environment to build and deploy innovative decentralized applications. Integrating your dApp with various existing platforms may boost your visibile and add cohesion to the Koinos ecosystem.

Software libraries

Libraries allow users to interact with the Koinos blockchain programmatically in a variety of ways but most notably through web technologies.

Software Development Kits

Software Development Kits (SDKs) provide compilers, debugging, testing frameworks, and libraries for the development of Koinos smart contracts and can come in a variety of languages.

  • :fontawesome-brands-js:{ .lg .middle } AssemblyScript


    The Koinos AssemblyScript SDK is among the most popular among Koinos developers. It provides an easy to use API in a language that many developers are already familiar with.

    :octicons-arrow-right-24: Build with AssemblyScript

  • :fontawesome-solid-c:{ .lg .middle } C++


    The Koinos C++ SDK is a powerful toolkit that allows for the development of smart contracts in C++. While it is currently less popular than alternatives, many system level smart contracts are implemented using it.

    :octicons-arrow-right-24: I'm an expert, I know what I'm doing