Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 674 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 674 Bytes

PYUSD Builder Guides

These docs are intended to help you get started with the PYUSD, PayPay's stablecoin.

Building / contributing

Docs

This project uses vitepress for documentation. To run a preview of docs, you need to have a recent version of node.js installed, then run:

npm install
npm run docs:dev --workspace=docs

Frontend project

To run the frontend project, run:

npm run dev --workspace=frontend

Smart contract project

To test and deploy the smart contract, you need to install Foundry. See the README in the contracts directory for more information.

cd contracts
forge test