Skip to content

shelvenzhou/secret-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Install Rust and Cargo following the installation guide. You need to install the latest nightly version of Rust.

Install the cargo-contract to compile the ink! contract

cargo install cargo-contract --force

Compile the contract

cargo +nightly contract build

and run the unittests

cargo +nightly contract test

About

Ink! Contract demo for AES-256-GCM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages