KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
sui-axelar
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ComposeSlotApiDemo
:
Practical example of Slot API in Compose
MDRPC
:
Enhanced Discord Rich Presence for Muse Dash.
NJUSE-22-SE3
:
Collection of Software Engineering and Computing Ⅲ @ Software Institute, Nanjing University
LightSensorTest
:
A tool to test and find the position of the under-display light sensor
appium-python-passfail
:
A sample on how to mark the test as Passed or Failed in Python with Appium on LambdaTest.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sui-axelar
?
Download (.md)
# Sui <-> Axelar This project contains sketches for connecting Sui to the Axelar bridge. ## Install To run tests and work with this project you need to have `sui-move` installed. The simplest way to get it is by running this command (assuming Rust is already installed): ``` $ cargo install --locked --git https://github.com/MystenLabs/sui.git --branch "main" sui ``` ## Run The best way to try out Move code is with tests. The command for testing is: ``` $ sui-move test ```