databutton icon indicating copy to clipboard operation
databutton copied to clipboard

Write data to the blockchain, with Moneybutton.

Results 3 databutton issues
Sort by recently updated
recently updated
newest added

你好,我想通过BSV的API实现下面的这个项目 1.先用moneybutton或其它API,把数据存到BSV链上。 2. 搭建服务器,把链上数据取过来,存到到自己的应用数据库。 3. 写前端把数据通过浏览器展现。 BSV在github上的很多早年项目都死了,我不知道参考什么学。可以给我提供一些建议吗

Currently it's impossible to use non BSV currency when trying to attach data AND make a payment at the same time, because it overrides the outputs array https://github.com/unwriter/databutton/blob/master/index.js#L45

OP_RETURN outputs don't require a non-dust output value. If a non-zero value is put into the output, the amount becomes unspendable and lost forever. I've tested the change with a...