Starter tracks
Starter tracks help you get started with NPL, the NOUMENA Runtime, and the NOUMENA Cloud. At the end of tracks, you will be able to deploy your first NPL application and interact with it through the automatically generated API.
-
Develop NPL on your own machine: Set up your development environment and start writing NPL code. Run the NOUMENA Runtime locally on your machine.
-
Developing NPL with GitHub Codespaces: Use GitHub Codespaces for cloud-based NPL development with pre-configured environments.
-
Creating a new NPL project: Initialize a new NPL project with
npl init
and understand the generated project structure. -
Using your NPL application: Learn how to use your NPL application and expose protocols for creating instances and calling permissions.
Further how-to guides are available in the How-To section to provide more guidance on more focused topics.