This is AEWeb Cli repository!
This command line interface enables you to deploy files/ websites / folders (.jpg, .png, .pdf, .html, etc...) on top of Archethic Public Blockchain.
To get the AEWeb CLI, you need NodeJS (latest version) installed. Then you need to install the CLI, using:
npm install aeweb -g
To check if AEWeb CLI is installed successfully, try :
aeweb about
To generate address you need -
seed
is a string representing the transaction chain entropy to be able to derive and generate the keys for the transactionsindex
is the number of transactions in the chain, to generate the current and the next public key
aeweb generate-address --seed=myseedphrase --index=0
To deploy files, folder or website -
seed
is a string representing the transaction chain entropy to be able to derive and generate the keysendpoint
is the URL of a welcome node to receive the transactionpath
is the path of the folder or file you want to deploy
aeweb deploy --seed=myseedphrase --endpoint=https://testnet.archethic.net --path=./website
Thank you for considering to help out with the source code. We welcome contributions from anyone and are grateful for even the smallest of improvement.
Please to follow this workflow:
- Fork it!
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
AGPL