youtube image
From YouTube: Build With Bacalhau: Calling Bacalhau from FEVM smart contracts with Project Lilypad

Description

The aim of Project Lilypad is to create an integration for users to call Bacalhau jobs in their solidity smart contracts and hence enable interactions and innovations between on-chain and off-chain compute.

This video takes a first look at running a Stable Diffusion job and a verifiable random number function (via drand) directly from a smart contract on #FEVM

Lilypad Github: https://github.com/bacalhau-project/lilypad

============================================================
About Bacalhau:

Currently Filecoin is known for being a decentralised storage and retrieval network, providing over 17 EiB of distributed data storage capacity to the world through thousands of Storage providers globally.

We can think of this distributed storage layer of Filecoin as the Layer 0, while the ability to perform on-chain computation - or computation over state with FVM brings Layer 1 capabilities to the Filecoin stack.
Bacalhau then brings the additional capability for off-chain verifiable compute loads on large data to the Filecoin Network.. Making for some powerful tools enabling new and innovative applications to arise.

Bacalhau is a platform for faster, cost efficient, and more secure distributed computation, by running jobs next to where the data is generated and stored. Bacalhau enables users to run arbitrary Docker containers and WebAssembly (WASM) images as tasks, meaning little (or no) rewriting of the workflows that already work.

Why Bacalhau?
⚡ Process jobs fast: Jobs in Bacalhau are processed where the data was created and all jobs are parallel by default.
💰 Low cost: You get to save on ingress/egress fees you encounter whenever you move data around since jobs are processed where the data is created, as well as reusing idle computation (where available)
🔒 Secure: Data is not collected in a central location before processing, meaning all scrubbing and security can be applied at the point of collection, and a far more granular, code-based permission model.

What will you build with Bacalhau??

Links:
🌐 See more examples on the docs: https://docs.bacalhau.org
🦄​ Follow our twitter @BachalauProject
👨‍👩‍👦‍👦 Join the chat: #bacalhau on the Filecoin Slack Channel (visit filecoin.io to join)