The newest type of material that builds around the Mass Market system.
This repo is a pnpm workspace and contains three packages.
client
- A network client to interact with a Mass Market Relay.contracts
- ABI wrappers for our contractsschema
- Generated encoder/decoders for the protocol buffer definitions.frontend
- A Next.js Frontend.
Enter the development environment
nix develop
Install TS dependencies
pnpm install
Build the packages
pnpm build
Fomat the code
pnpm format