Closed suvajit-sarkar closed 4 years ago
Tested baf Besu code by adding the eth_accounts
generated by the geth
binary. The geth
binary successfully created the ethereum accounts but the smartcontract deployment got failed with message "method is not enabled"
.
Tested the creation of accounts using the web3.eth.accounts.privateKeyToAccount("privatekey")
function, the function has created the ethereum accounts but the supplychain deployment is again failed with the message "method is not enabled".
Tested the javascript code to create ethereum accounts, the supply chain deployment failed with the same message.
The next steps should be
ibftConfigFile.json
in the baf code using ansible.method not enabled
" is due to the bug in existing code, the besu and orion charts. The spike story should be created to check the missing options in the charts.use web3.eth.accounts.privateKeyToAccount()
to create account in supplychain playbook.
Description
As a developer I want to generate ethereum account so that i can use them for smartcontract deployment
Use geth binary to generate the ethereum accounts and then use the accounts to deploy the Besu network
Acceptance Criteria