Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 520 Bytes

Readme.md

File metadata and controls

55 lines (34 loc) · 520 Bytes

Cartesi Hackaton 2024

An implementation script that takes a private key and output the public key while operating on the BLS12_381 curve.

How to use?

Clone this repo

git clone https://github.com/dameldesign/crowd-funding

Open two terminals

cd into the backend repo

cd backend

run

sunodo build

run

sunodo run

On second terminal

cd into the frontend repo

cd frontend

run

npm i

run

npm run dev