pendulum-chain / wasm-deploy

A tool to deploy an ensemble of wasm smart contracts to Pendulum
GNU General Public License v3.0
2 stars 1 forks source link

10 restructure the wasm deploy tool to be used as cli tool #24

Open gianfra-t opened 1 year ago

gianfra-t commented 1 year ago

Minor restructure to allow the tool to be used as a globally installed npm package cli tool. Branched from #22.

Readme file show the proposed steps to use it (wasm-deploy needs to be deployed to npm to work. For now, to test locally:

TorstenStueber commented 10 months ago

@gianfra-t part of this PR should be that any references to Nabla are completely removed. This means that the Nabla deployment commands should be moved to the Nabla repository instead.

This is part of this ticket in the Nabla contract repository: https://github.com/0xamberhq/contracts/issues/73.

Once the above ticket is complete, we can continue with this PR here.