Usage:
- Connect your wallet by following the on-screen instructions.
- Enter the topic for which you want to generate content.
- Click the "Generate" button to initiate the 0rbit process.
- The generated content will be displayed on the frontend.
To set up the repository, follow these steps:
- Navigate to the
client
directory:
cd client
- Install the required dependencies:
npm install
- Start the development server:
npm run dev
- Navigate to the
server
directory:
cd server
- Install the required dependencies:
npm install
- Start the development server:
node index.js
- Navigate to the
process
directory:
cd process
- Load the AI script:
.load ai.lua
- Add the process ID inside the
client/utils/getBlog.ts
file.
Powered by 0rbit 💫
The 0rbit process allows us to bring any data from the outside world to our AO process, enabling seamless integration and content generation.
Feel free to explore the code and customize it according to your needs. If you have any questions or suggestions, please open an issue or submit a pull request.