This README outlines the necessary steps to initialize and set up the project. Please follow the instructions carefully to ensure a smooth setup process.
- Node.js and npm must be installed on your machine. Download them from the Node.js official website.
- You will need an API Key and API Secret from Pinata, available from your account settings on their platform.
To get this project up and running on your local machine, follow these steps:
Clone the repository to your local machine:
git clone https://github.com/your-username/your-project-name.git
cd your-project-name
Install the required npm packages:
npm i
In the project's main script file, update the following variables with your Pinata API credentials:
const api_key = "your_api_key_here";
const api_secret = "your_api_secret_here";
Replace your_api_key_here
and your_api_secret_here
with the actual values provided by Pinata.
With the dependencies installed and the environment variables set, you can start the development server or continue with your development workflow.
node ./index.js
This project is licensed under the MIT License - see the LICENSE.md file for details.