Go to file
2022-02-05 02:15:59 +03:00
build update url-downloader 2022-02-05 02:15:59 +03:00
greeting update url-downloader 2022-02-05 02:15:59 +03:00
ipfs-node add ipfs-node service 2022-02-05 00:24:42 +03:00
url-downloader update url-downloader 2022-02-05 02:15:59 +03:00
.gitignore add greeting and url-downloader services 2022-02-04 23:21:25 +03:00
build.sh add ipfs-node service 2022-02-05 00:24:42 +03:00
README.md add ipfs-node service 2022-02-05 00:24:42 +03:00

Moscow blockchain hackathon tutorial

Installation

To compile and run these example you need to install

  • rust with wasm32-wasi target
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup install nightly
rustup target add wasm32-wasi
  • Marine tools
cargo install marine
cargo +nightly install mrepl
  • Fluence deploying tools
npm -g install @fluencelabs/fldist

Building

To build all the examples just run the following command

./build.sh

Deploying and calling from Aqua

TBD