-
Remove dapp API endpoints for the coming redesign and SDK stabilization.
Current behaviour:
It is possible to submit dapp transactions via `lisk-js`.
Expected behaviour:
It should not be possi…
-
After we launched the website one of the hot topics within the community channels was the opening message in the banner.
> A decentralized platform with a native suite of tools to enhance and prot…
-
问几个
如果想基于这个开发一个去中心化的交易所
请问
1. 如何对接其他区块链(比特币、以太币等),有api吗?
2. 有给浏览器用的sdk吗?类似 https://github.com/LiskHQ/lisk-js
miewx updated
7 years ago
-
- Using Lisk v0.1.4, development branch
- I created a basic dapp using "lisk-cli dapps -a" without changes
- starting the node
- if I try to deposit the dapp using "lisk-cli dapps -d" (here with an am…
-
if you use
``` javascript
lisk.transaction.createTransaction(undefined,1000000000,"passphrase","secondpassphrase");
```
you get a malformed transaction (ie with no recipientId)
-
Everything is my own opinion here but i would like to have answers to my concerns.
sqlite was obviously not good enough to power a crypto currency. Pgsql was chosen to solve (and it actually solves v…