Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

River CLI Contracts

This directory contains the WASM contracts used by the River CLI.

room_contract.wasm

This is a copy of the room contract from ../ui/public/contracts/room_contract.wasm.

Important: This file MUST be kept in sync with the UI version and committed to the repository for crates.io publishing.

To update:

cp ../ui/public/contracts/room_contract.wasm contracts/

The build.rs script will use this file when building from a crates.io package, and will use the UI version when building from the workspace.