KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
mvr
★ 19
Open GitHub ↗
The repository which holds the mvr project.
Download README (.md)
Explore Similar Repositories
CheeseMusic
:
奶酪音乐 使用vue3组合式api+electron-vite编写
luci-app-adguardhome
:
Package for luci-app-adguardhome for OpenWRT
UnityPMXExporter
:
Export MMD model in editor or runtime
DR_Safe_Navigation
:
Implementations for the work "Sensor-Based Distributionally Robust Control for Safe Robot Navigation in Dynamic Environments".
GDUT_AI1
:
广东工业大学人工智能专业实验+课设+复习资料(随缘更新)
// 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
mvr
?
Download (.md)
# Move Registry Move Registry is a name registration system for Move packages. You can use an MVR app any time you would previously use a 64-character hex address. MVR integrates into Sui developer tooling, enabling developers to manage dependencies in a similar manner to NPM or Cargo, but targeted to the needs of Sui builders. By using an MVR app in your PTBs, your PTB will always use the latest version of the package, rather than having to update the address of the package you are calling on-chain. With MVR, builders can feel secure about which packages they’re actually calling, because their code has human-readable names and not inscrutable series of letters and numbers. MVR is open-source and uses immutable records on Sui as the source of truth. Further, MVR encourages Sui builders to make their packages open-source and easy to integrate into other projects. In the future, MVR will add features to surface other trust signals to make package selection easier, including auditor reports. Our hope is that MVR becomes the repository of Move packages in the same sense as NPM or Cargo, but built for the decentralized world. # Documentation Detailed documentation is available here: [https://docs.suins.io/move-registry](https://docs.suins.io/move-registry) # MVR Web App Use the Web App to find packages & manage your deployments: [https://www.moveregistry.com](https://www.moveregistry.com) # Using MVR Currently, there are two main surfaces to use MVR. * You can use MVR while *building* Move code, to manage your dependencies. For more on this, see [README.md](crates/mvr-cli/README.md). * You can use MVR while *calling* Move code in [Programmable Transaction Blocks](https://docs.sui.io/concepts/transactions/prog-txn-blocks). See the docs for such an example using the TypeScript SDK: [https://docs.suins.io/move-registry/tooling/typescript-sdk](https://docs.suins.io/move-registry/tooling/typescript-sdk)