ngundotra / solana-job-board-demo

Example program using anchor orm to manage on-chain Job Board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job Board

Demo application for dog fooding the following

  1. Account Compression (as a read-only oracle)
  2. Account Compression (as a writable state accumulator)
  3. Indexing standard library

Description

On-chain job board, users can register themselves available for work & get paid to delist themselves for a certain period of time.

On-chain component is used to cheaply store on-chain credentialing info for pubkeys.

About

Example program using anchor orm to manage on-chain Job Board


Languages

Language:Rust 77.8%Language:TypeScript 22.2%