Closed HashWarlock closed 1 year ago
@h4x3rotab @Leechael @shelvenzhou I updated the codebase along with the README.md
functionality depends on a fix from devphase
https://github.com/l00k/devphase/blob/master/workspaces/service/src/service/api/ContractFactory.ts#L313-L315
However, you can fix it locally & test out the plugin to be able to replicate the steps I show on how to deploy a phat_hello
contract and interact with it.
Description
devphase
recently decoupled theservice
fromcli
package which allows for theswanky phala
plugin to no longer have dependency mismatches. This fix will refactor all commands to directly call the@devphase/service
functions instead of callingyarn
commands which was not a best practice.Targets
phala init
phala check
phala node
phala contract
phala contract test
WIP not stable due to mocha.ts import errors.phala account
phala contract validate
usingink-validator
phala contract deploy
adds validate step prior to deploy