stellar / js-stellar-base

The lowest-level stellar helper library. It consists of classes to read, write, hash, and sign Stellar xdr
https://stellar.github.io/js-stellar-base/
Apache License 2.0
108 stars 137 forks source link

add: deploy(wasm) method #697

Closed esteblock closed 1 year ago

esteblock commented 1 year ago

Is your feature request related to a problem? Please describe. I don't want to deploy contracts using soroban-cli & bash scripts anymore

Describe the solution you'd like I would like to deploy smart contracts on javascript

Describe alternatives you've considered This, built by Pitatoran allows you to deploy a wasm file in js/ts https://github.com/Sorosan/sorosan-sdk/blob/master/src/sdk/contract-sdk.ts#L44 https://github.com/Sorosan/sorosan-sdk/blob/master/src/sdk/contract-sdk.ts#L84