How to Compile and Deploy Move smart contracts on Libra Blockchain?

Viewed 446

I know that compiling a Move source code is given on their documentation here

But how exactly do I deploy the binary to the network?

The simple command line at the moment does not have the deploy binary option.

2 Answers
Related