This is a Next.js based project which purpose is to browse all valid offers currently available on the Golem Network. Each offer specifies a set of computing resources and a corresponding price. Offers are provided by individual providers and can be used to request resources and run compute tasks.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
To learn more about Golem Network and Golem Base projects take a look to following resources:
- Golem Base official site - learn more about Golem Base.
- Golem Network Documentations - API docs and tutorials about Golem Network - p2p network for sharing compute power.