Problem -
For better user experience, the parameter --index can be automated and avoided while deploying files on top of Archethic Blockchain. Currently, to deploy files we use -
aeweb deploy-file --seed=myseedphrase --index=0 --endpoint=https://testnet.archethic.net --path=./index.htmlSolution -
Provide a self discovery of index while generating a transaction, the syntax to deploy files should look like -
aeweb deploy-file --seed=myseedphrase --endpoint=https://testnet.archethic.net --path=./index.html
Problem - For better user experience, the parameter --index can be automated and avoided while deploying files on top of Archethic Blockchain. Currently, to deploy files we use - aeweb deploy-file --seed=myseedphrase --index=0 --endpoint=https://testnet.archethic.net --path=./index.html Solution - Provide a self discovery of index while generating a transaction, the syntax to deploy files should look like - aeweb deploy-file --seed=myseedphrase --endpoint=https://testnet.archethic.net --path=./index.html