Skip to content

Vara-Lab/Entrenamiento-UPChiapas-2024

Repository files navigation

Entrenamiento Vara Network

Step 1: Open Contract on Gitpod

Gitpod

Step 2: Compile and Deploy the Smart Contract

Compile the smart contract by running the following command:

cargo build --release

Once the compilation is complete, locate the *.opt.wasm file in the target/wasm32-unknown-unknown/release directory.

Step 3: Interact with Your Contract on Vara Network

  1. Access Gear IDE using your web browser.
  2. Connect your Substrate wallet to Gear IDE.
  3. Upload the *.opt.wasm and metadata.txt files by clicking the "Upload Program" button.