Neja CLI is the entry point tool for developers to get started building cloud functions on Polkadot & it's parachains.
It provides with a set of core features required for initiating a new project, registering cloud functions & execute easily from nextjs.
A simple guide to intergrate Neja Cloud Functions for giving on-chain attestations & building algorithms in existing dApps.
Install the Reputation CLI:
npm i -g neja
Run the following command in the existing Next.JS project:
neja setup <dir_name>
This will get you the inital cloud functions directory for quick building.
Rest, will be handled automatically as the build commands gets added into your nextjs's start & dev making it a smooth process to have up to date cloud functions.