Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 418 Bytes

Public Chat contract for Meta NEAR

Contract to aggregate chat messages in a chat app for Meta NEAR. It implements messaging protocol with extendable APIs using Rust enums. The contract is deployed on metanear-chat account on NEAR Testnet.

Try it out at metanear.com

Building

./build.sh

Testing

cargo test --package metanear-public-chat -- --nocapture