Hey there 👋
As part of the Scaling Ethereum Hackathon, we wanted to build a prototype for a major piece of trade finance to the blockchain: The Letter of Credit.
Check it out here.
- Blockchain: We are using Skale for scaling our application on Layer 2 of Ethereum.
- Frontend: Bulma
- Backend: Flask
- Install pipenv
- Clone repository
- Run
pipenv install
to install dependencies - Run
uvicorn main:app --reload
to start a local server