Deployment
️⚠️
NTS is in active development and currently unstable. It is open to select early developers for exploration but is not yet suitable for production use. Follow developer updates for the latest changes, as performance is not at production level.
This guide will walk you through deploying your NTS application to the N1 blockchain.
Prerequisites
Before deploying, ensure you have:
- Tested your application
- The N1 CLI installed
- A wallet setup on the CLI
Deployment Process
Build your project
To build your project, run the following command:
n1 app build ./src/index.ts
This will build your project and output the build artifacts to the my-n1-project/.n1
directory.
Deploy your project
To deploy your project, run the following command:
n1 app deploy my-app-name ./src/index.ts
This will deploy your app to the N1 network.
Last updated on