Inspiration

We wanted to run arbitrary code and retrieve a result in a smartcontract in a quick and easy way.

What it does

Launches docker containers remotely directly from a smart contract, to serve http requests or to simply retrieve a result from a computation

How we built it

Python for the glue code between the chainlink oracle and a server, we use external adaptor to comunicate securely with the server. Users are identified by the address that interacts with the contract and can only execute actions in their own containers.

Challenges we ran into

Understanding how chainlink request events worked, creating a GUI, which we think we wont have time to.

Accomplishments that we're proud of

Our first smart contract application.

What we learned

Working with solidity and the chainlink api

What's next for quikpod.link

Using multiple servers to validate results. Creating code at runtime to send to the containers.

Built With

Share this project:

Updates