Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 844 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 844 Bytes

GNAP SPC Interaction Demo

Requirements

Quick Setup

mkdir gnap-spc-demo
git clone https://github.com/fynbos-dev/rafiki.git
cd rafiki
pnpm i
pnpm localenv up -d --build
cd ..
git clone https://github.com/fynbos-dev/commerce.git
cd commerce
cp ./site/.env.template ./site/.env.local
pnpm i
pnpm dev

After the setup:

You can start using demo http://localhost:3003 and check balances for demo accounts at http://localhost:3030 and http://localhost:3031. You can use $fynbos/accounts/gfranklin in the checkout (she has $4000 balance so it's more than enough.).