https://github.com/sdkbox/vscode-libra-move
https://github.com/sdkbox/vscode-libra-move
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdkbox/vscode-libra-move
- Owner: sdkbox
- License: mit
- Created: 2019-06-26T07:33:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:03:15.000Z (over 2 years ago)
- Last Synced: 2024-08-03T18:14:40.762Z (9 months ago)
- Language: TypeScript
- Size: 2.57 MB
- Stars: 24
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-libra - VSCode Plugin Github - VSCode Plugin Source (IDE)
README
# Libra's `Move` Language Snippets
[](https://code.visualstudio.com/)
[](https://github.com/sdkbox/vscode-libra-move/blob/master/LICENSE)
[](https://github.com/sdkbox/vscode-libra-move/issues/)
[](https://github.com/sdkbox/vscode-libra-move/pulls/)https://marketplace.visualstudio.com/items?itemName=SDKBox.vscode-libra-move
- [Libra](https://libra.org): A simple global currency and financial infrastructure that empowers billions of people.
- [Move Language](https://developers.libra.org/docs/crates/move-language):Move is a new programming language developed to provide a safe and
programmable foundation for the Libra Blockchain.
- [SDKBOX](https://www.sdkbox.com/): 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](https://github.com/libra/libra/tree/master/language/stdlib/modules)
- `Hash`
- `LibraAccount` : The module for the account resource that governs every Libra account
- `LibraCoin`
- `Signature`
- `ValidatorSet`
- `libra.scripts` : [Transaction Scripts](https://github.com/libra/libra/tree/master/language/stdlib/transaction_scripts)### - 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](https://github.com/libra/libra/pull/237)
## Contact
- Twitter: [@sdkbox](https://twitter.com/sdkbox)
- Email: [email protected]## License
[MIT](./LICENSE)
## Test
```
npm install
npm run compile
```