3 items with this tag.
VARA Network Grants 1.
Varathon Deliverables App template for Vara: This template will facilitate deploying applications on Vercel, addressing the current difficulty of connecting the front-end with the Vara back-end.
Smart Contract Rust #![no_std] use gstd::{ async_main, debug, exec, msg, prelude::*, ActorId, Encode, Decode, TypeInfo }; use codec::{Encode, Decode}; use gmeta::{Metadata, InOut, Out}; // Constants for clarity const OK_REPLY: &[u8] = b"Trivia created successfully"; const ERROR_REPLY: ...