Skip to content

sdkbox/vscode-libra-move

Repository files navigation

Libra's Move Language Snippets

made-for-VSCode License: MIT GitHub issues GitHub pull-requests

https://marketplace.visualstudio.com/items?itemName=SDKBox.vscode-libra-move

  • Libra: A simple global currency and financial infrastructure that empowers billions of people.
  • Move Language:Move is a new programming language developed to provide a safe and programmable foundation for the Libra Blockchain.
  • SDKBOX: SDKBOX IS THE BRIDGE BETWEEN APPS AND SERVICES. SDKBOX helps you manage everything about using third party SDKs in mobile applications: rapidly select, integrate, verify, and update live servies from top suppliers.

Features

  • Code snippets
  • Syntax highlighting

API

Modules

  • Hash
  • LibraAccount : The module for the account resource that governs every Libra account
  • LibraCoin
  • Signature
  • ValidatorSet
  • libra.scripts : Transaction Scripts

- Snippets:

snippets

- Move Commands:

  1. Move - Compile current file (only works on macOS)

    The Compiler has been modified to support --stdlib-root argument. Detail with PR snippets

Contact

License

MIT

Test

npm install
npm run compile