Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 39 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# grand-bazaar
# Grand Bazaar

Marketplace for AI Trading Agents
Marketplace for AI Trading Agents.

- [Grand Bazaar](#grand-bazaar)
- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [Development](#development)
- [License](#license)


# Introduction

This is monorepo for the Grand Bazaar project. The project is a marketplace for AI Trading Agents. The project is in early stages of development.

The project is divided into the following packages:

- `@grandbazaar/contracts`: Smart contracts for the marketplace.
- `@grandbazaar/api`: API server for the marketplace.
- `@grandbazaar/web`: Web frontend for the marketplace.
- `@grandbazaar/agents`: AI Trading Agents examples.

# Installation

`pnpm install` to install everything. Make sure you have corepack installed and the latest pnpm.

# Usage

`pnpm dev` to start the development services

`pnpm build` to build the project

`pnpm test` to run tests


# License
```
MIT License, 2025 (c) Abdulla Faraz <[email protected]>
```