This repo is an implementation of account abstraction on the SUI blockchain via Telegram.
!! This is experimental and just for fun. !!
- Follow the guide here to install Sui (basically, install
Rust
, thencargo install sui
). - Navigate to any of the sub-directories in the
packages
sub-directory, e.g.telegram
oracct-abstract
. - Run the command
sui move build
to compile the move source codes and build them. If there are any errors with compilation, the build will fail with the errors causing the failure shown. - A folder named
build
should appear under the current-working-directory. This means that the compilation of move source codes is successful.