Open gianfra-t opened 1 year 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.
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:
api-solang
and build usingnpm run build
npm run build
npm install -g .
wasm-deploy init <project>
an error will show since the package is not on npm. Runnpm link wasm-deploy
to overcome this.npm install typescript