Welcome to the ÆWeb Cli repository ! This command line interface enables you to deploy files on top of ARCHEthic Public Blockchain.
Using this cli you can deploy a single page website
To get the ÆWeb CLI, you need NodeJS (latest version) installed. Then you need to install the CLI, using:
npm install aeweb -gTo check if ÆWeb CLI is installed successfully, try :
aeweb aboutTo generate address you need -
seedis a string representing the transaction chain entropy to be able to derive and generate the keys for the transactionsindexis the number of transactions in the chain, to generate the current and the next public key
aeweb generate-address --seed=myseedphrase --index=0To deploy files you need -
seedis a string representing the transaction chain entropy to be able to derive and generate the keysendpointis the URL of a welcome node to receive the transactionfileis the file path
aeweb deploy-file --seed=myseedphrase --endpoint=https://testnet.archethic.net --file=./index.htmlTo deploy folder you need -
seedis a string representing the transaction chain entropy to be able to derive and generate the keysendpointis the URL of a welcome node to receive the transactionfolderis the folder name
aeweb deploy-folder --seed=myseedphrase --endpoint=https://testnet.archethic.net --folder=AewebTo deploy website you need -
seedis a string representing the transaction chain entropy to be able to derive and generate the keysendpointis the URL of a welcome node to receive the transactionfolderis the folder name
aeweb deploy-website --seed=myseedphrase --endpoint=https://testnet.archethic.net --folder=AewebThank 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