Function Site Deploy

Function Site Deploy

This is a simple application that when deployed will repeat back the string given.

BLS Function Init

Create a new functional project and give it a name.

bls function init --name <your-project-name>

Select a framework and hit enter.

? Pick a framework › - Use arrow-keys. Return to submit.
   Assembly Script
    Rust

Pick a the hello world starter template.

? Pick a starter template › - Use arrow-keys. Return to submit.
   Hello World
    Price Oracle

Change directory to your project's directory.

cd your-project-name

BLS Function Invoke

Test your project is working.

bls function invoke

You should see the following verification message in the console.

Build successful!
 
Hello, world!

BLS Function Deploy

Deploy your function application to the Blockless Network.

bls function deploy

Navigate to https://dashboard.blockless.network/overview (opens in a new tab) to view your deployment.

dashboard overview 1

Select your project.

dashboard overview

Click on the Invocation URL.

Your project deployed

Congratulations! You have successful deployed a project on the Blockless Network.

© 2023 TX Labs Foundation Ltd.