Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shelvenzhou/secret-file

Ink! Contract demo for AES-256-GCM
https://github.com/shelvenzhou/secret-file

Last synced: 2 months ago
JSON representation

Ink! Contract demo for AES-256-GCM

Awesome Lists containing this project

README

        

# Build

Install Rust and Cargo following the [installation guide](https://doc.rust-lang.org/cargo/getting-started/installation.html). You need to install the latest nightly version of Rust.

Install the `cargo-contract` to compile the ink! contract

```shell
cargo install cargo-contract --force
```

Compile the contract

```shell
cargo +nightly contract build
```

and run the unittests

```shell
cargo +nightly contract test
```