jymchng / t-sui

Account abstraction on the SUI blockchain via Telegram. Abstracting via Telegram.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Account Abstraction on SUI with Telegram

This repo is an implementation of account abstraction on the SUI blockchain via Telegram.

!! This is experimental and just for fun. !!

Roadmap

Description Status
Construction of basic structs Handle, TelegramID and Account
Handle Publisher, Display and even Kiosk structs for Account as NFTs
Public entry functions for the creation and transfer of Account

Get Started

Install SUI

  1. Follow the guide here to install Sui (basically, install Rust, then cargo install sui).
  2. Navigate to any of the sub-directories in the packages sub-directory, e.g. telegram or acct-abstract.
  3. 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.
  4. A folder named build should appear under the current-working-directory. This means that the compilation of move source codes is successful.

About

Account abstraction on the SUI blockchain via Telegram. Abstracting via Telegram.


Languages

Language:Move 99.2%Language:Rust 0.8%