Go to file
Sam Schetterer 83363177f2 Add more tests, fix small sizing bug 2020-10-27 13:55:23 +08:00
messaging Add more tests, fix small sizing bug 2020-10-27 13:55:23 +08:00
.gitignore Initial commit 2020-10-26 18:49:29 +08:00
Cargo.toml Initial commit 2020-10-26 18:49:29 +08:00
LICENSE Initial commit 2020-10-26 18:49:29 +08:00
README.md Initial commit 2020-10-26 18:49:29 +08:00
bpf-sdk-install.sh Initial commit 2020-10-26 18:49:29 +08:00
cbindgen.sh Initial commit 2020-10-26 18:49:29 +08:00
do.sh Initial commit 2020-10-26 18:49:29 +08:00

README.md

This adds a statically-sized on-chain messaging buffer. This can be used to transmit arbitrary byte messages on-chain

STILL WIP