Open glaudiston opened 6 years ago
Hi @glaudiston It won't work as it's deprecated. In Q1-Q2 2018 we should see some tools developed by LiskHQ for blockchain apps. As far i know registering dapps is now disallowed.
So, there is no way to test Lisk DApps ?
Good to know, but can I suggest you to update the README.md file on this?
Right now, no. I'm not affiliated with LiskHQ can't comment on changes in this repository.
Thank you for sharing that info, I was trying to get this up and running as well.
I'm trying to do a Hello World dapp usiing this sdk.
Sorry if a very noob question, but I was unable to locate tutorials and samples, so I'm digging alone until now.
`~/src/lisk-dapps-sdk$ node_modules/.bin/lisk-cli dapps --add
? Existing blockchain will be replaced, are you sure? Yes ? Enter secret of your testnet account ***? Overwrite the existing genesis block? Yes ? Enter DApp name LiskHelloWorld ? Enter DApp description My first dapp using lisk with sdk code ? Enter Github repository (SSH|HTTPS) https://github.com/glaudiston/LiskHelloWorld? Enter DApp link https://github.com/glaudiston/LiskHelloWorld/archive/master.zip Generating unique genesis block... ? Enter public keys of dapp forgers - hex array, use ',' for separator ce11283a750f7b41d4c4484a40ff4b09ddefec3b71e0b3ba0da880be7a1733df Creating DApp genesis block Fetching Lisk Dapps SDK Error: Command failed: git clone "git@github.com:LiskHQ/lisk-dapps-sdk.git" "dapps/2958385414531461679" Cloning into 'dapps/2958385414531461679'... Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.`