Noso Developer Portal
Website DiscordGithub RepoExplorer
  • πŸ‘‹Welcome Noso Devs!
  • πŸ“œWhitepaper
  • πŸ“°NosoProject Roadmap
  • Overview
    • πŸš€Getting Started
    • πŸ—οΈStart Building on Noso
    • πŸ’»Mainnet Apps
      • Nosolite
      • NosoMobile Wallet
      • NosoNode
      • Consopool
      • Consominer2
      • Liquidity Pool
        • Updates about LiqPool
      • NoBiEx (Noso Built In Exchange)
  • πŸ“‘RPC Connection
    • Running a Noso JSON-RPC node for development Utilizing Noso's REST API
  • πŸ“‘Documentation
    • Noso Documentation
Powered by GitBook
  1. Overview

Start Building on Noso

If you have the skillset and would like to get started as an independent Noso developer

PreviousGetting StartedNextMainnet Apps

Last updated 2 years ago

First:

You must first obtain the consensus tree from the Noso project repository here

The nosoconsensus unit keeps the Noso mainnet consensus always in background and doesn’t use app main threads.

To build blockchain related apps (like nosonode)

You must manage the three supports (block, summary and headers). These can be obtained here

To build external apps (like nosolite, consominer2, consopool)

You need to manage the valid protocol commands. These can be found here

Anyone wanting to participate as part of the project should reach out to the Noso community through social media channels mainely discord.

πŸ—οΈ
(new unit nosoconsensus)
nosounit.pas
mpprotocol.pas
πŸ’»Mainnet Apps
RPC Connection