Closed jennijuju closed 5 years ago
Would it be better if we use account for all account management?
account
For example
mvn aion4j:account -Dcreate -Dbalance
mvn aion4j:account -Dcreate
mvn aion4j:account -Dtopup
https://github.com/bloxbean/aion4j-maven-plugin/commit/6d244e6b184453298c87a631644adfe48717fd08
Implemented in 0.8.0-beta3
Would it be better if we use
account
for all account management?For example
mvn aion4j:account -Dcreate -Dbalance
will create an account for embedded avm with a desired balancemvn aion4j:account -Dcreate
will create an account that is useable for both local and remote network.mvn aion4j:account -Dtopup
will allocate "balance" to the accout in the embedded avm.