Quickstart
Get started with Oyster Serverless as an user.
📄️ Provisioning a serverless function
Oyster Serverless is built using the workerd sandbox which is built using the V8 engine). Therefore, it supports JS and WASM based workers natively. By extension, any language that compiles or transpiles down to JS or WASM can be used as well.
📄️ Web2 Request Execution
Oyster comes with a HTTP gateway by default accessible at oyster.run.
📄️ Smart Contract Request Execution
Oyster serverless functions can also be executed on blockchain using smart contract methods. More details about the protocol are described here. Following are the instructions to start with an example.
📄️ Serverless Subscriptions
Oyster Serverless Subscription allows Users to automate periodic serverless requests using smart contract methods. More details about the protocol are described here. Following are the instructions to start with an example.