This repository contains TypeScript definitions for Threefold Grid types. These types are essential for creating successful deployments on the Threefold Grid.
Before running the deployment script, make sure you have Node.js and npm installed on your system. Then, follow these steps to install the necessary node modules:
npm i
After installing the node modules, you need to configure your credentials. Follow these steps:
- Navigate to config.json
- Add all of your credentials there.
To execute the deployment script and create a deployment on the Threefold Grid, use the following command:
ts-node src/scripts/deployment.ts
This command will run the deployment script and initiate the deployment process.