How to install wash(wasmCloud Shell) on Ubuntu

Goal

install wasmCloud and wash (wasmCloud Shell)

Installation

# install washcurl -s https://packagecloud.io/install/repositories/wasmcloud/core/script.deb.sh | sudo bashsudo apt install wash openssl

# start wasm cloud
❯ wash up --detached

🛁 wash up completed successfully
🕸  NATS is running in the background at http://127.0.0.1:4222
🌐 The wasmCloud dashboard is running at http://localhost:4000
📜 Logs for the host are being written to /home/nash1111/.wash/downloads/wasmcloud_4000.log

⬇️  To stop wasmCloud, run "wash down"

At http://localhost:4000/ you will see dashboard wasmCloudDashboard.png

Next

In the next post, we will introduce the steps to create an Actor.
In the following post, we will present the process to create a Provider.