Update wallet to pass full ELFs (#1738)

This commit is contained in:
jackcmay
2018-11-08 09:03:48 -08:00
committed by GitHub
parent 6721bdde3d
commit d2dc585974
2 changed files with 14 additions and 10 deletions

View File

@@ -117,6 +117,14 @@ $ solana-wallet send-timestamp <PUBKEY> <PROCESS_ID> --date 2018-12-24T23:59:00
<TX_SIGNATURE>
```
### Deploy program
```
// Command
$ solana-wallet deploy <PATH>
// Return
<PROGRAM_ID>
```
## Javascript solana-web3.js Interface