Skip to content

Enniwealth/aleo-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aleo Workshop 1 Task

Build Guide

To compile this Aleo program, run:

snarkvm build

To execute this Aleo program, run:

snarkvm run hello

Changed the unsigned integer byte from u32 to u16

program hello.aleo {
    transition main(public a: u16, b: u16) -> u16 {
        let c: u16 = a + b;
        return c;
    }
}

Run

leo run main 5u16 5u16

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors