This is a prototype put together for the Midnight Developer Challenge on dev.to. Read about it here
To use this repository:
start by runing 'npm install' at the top level directory
- for the contract
- run 'npm install' from boilerplate/contract
- run 'npm compact' from boilerplate/contract
- run 'npm run build' from boilerplate/contract
- for the cli
- run 'npm install' from boilerplate/contract-cli
- run 'npm run build'
- run either 'npm run standalone' or 'npm run testnet-remote' (the latter requires starting a proof server via docker)
- for the ui
- run 'npm install' from boilerplate/gbc-ui
- run 'npm run dev' from boilerplate/gbc-ui
- point a browser at localhost:5173