These docs are intended to help you get started with the PYUSD, PayPay's stablecoin.
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=docsTo run the frontend project, run:
npm run dev --workspace=frontendTo 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