This executable sets up and runs an IPFS node using the Kubo library. It also includes a local server to manage and adjust configurations and communicates with the services provided by Hello.app.
- Your preferred development environment, e.g. VS Code
- Node.js (minimum version 16.x), download the Long Term Support (LTS) version and install it.
- pnpm (you can install it with
npm install -g pnpmoryarn global add pnpm), visit pnpm.io for more information or trouble-shooting.
Once you have the prerequisites installed, follow these steps to get started:
- Clone this repository:
git clone https://github.com/Hello-Storage/hello-ipfs-user-node.git - Open the repository in VS Code or any other development environment
- Run
pnpm installin the repository root folder to install the dependencies - Run
pnpm devin the repository root folder to start the development server