当前位置: 首页 > 知识库问答 >
问题:

是否有必要使用加密货币进行支付,使用区块链?

邹英悟
2023-03-14

我正在这个区块链世界记录。基本上,我想做一些网络应用程序,其中用户决定进行捐赠,并希望看到谁进行了捐赠,哪个实体。我有几个疑问,第一个:

1-可以使用javascript使用区块链吗?(智能合约可以用javascript完成吗?)

2-如果捐赠使用区块链,是否有必要使用加密货币?或者你可以用真金白银进行交易(用一些手段比如Paypal)

3-真钱可以通过某些方式转移吗,比如使用区块链的paypal?

非常感谢,你的回答将为我提供更多的资料

共有2个答案

凌博实
2023-03-14

我认为任何协议都不可能在Java脚本中实现它们的智能合约,但是您可以在这两种语言之间构建一个转换器,这可能会使开源社区中的其他人受益。

所以你想让一些工程师为你做一些工作,在这种情况下,构建一个网络应用程序。有几种方法可以做到这一点,这里有一些想法:

a) 发行代币,根据您新业务的成功来支付利润,您可能能够在不与任何特定加密或法定货币绑定的协议上实现这一点。用户可以使用exchange将您的令牌转换为他们最喜爱的令牌。

b) 找一家私募股权基金或风险投资基金,让他们为此买单。

c)忘掉区块链,只需向您最喜欢的工程师支付项目费用。

乜心思
2023-03-14

可以使用javascript使用区块链吗?(智能合约可以用javascript完成吗?)

 Every blockchain has a SDK, the part of the software which lets you 
 interact   with the real blockchain( A decentralise ledger). There 
 are  generally two parts in the Blockchain , One is client and one 
 is processor. 

As you must have guessed, Client is the one who sends the transaction, 
This transaction must satisfy certain rules in order to be accepted by 
the transaction processor. If the transaction gets validated by 
transaction processor, The transaction will be added to the block alongwith 
other transactions and this block will then be added to the blockchain. 
Copied to all other nodes (Forks are a different story)

Generally Most blockchains lets you interact with the blockchain through 
ABCI which is just an interface to convert your transaction into 
a format understandable by the blockchain processor.

Some blockchains has their fixed transaction processing logic like Ethereum for 
security and some lets you write your own transaction processing logic like 
Sawtooth, Fabric etc.

Permissioned and some public blockchains like Hyperledger projects and 
cosmos SDK lets you write your own application layer logic for Blockchain, 
So yes, You can write those transactions in Javascript or any other programming 
language, as long as it satisfies the interface.

Public blockchain deals with tokens having real worth. Their transaction logic 
is already fixed, but some of them does provide javascript API's like NEO 
(Not   sure about that)

2-如果捐赠使用区块链,是否有必要使用加密货币?或者你可以用真金白银进行交易(用一些手段比如Paypal)

 You can do that and put the donation receipt on Blockchain linked with 
 real identities of people. This way if anybody wants to check who pays 
 how much donation, They can query blockchain for the user address.

3-真钱可以通过某些方式转移吗,比如使用区块链的paypal?

This can also be done, but this will involve using a crypt exchange,
centralised or decentralise. You can convert the real money into crypto 
of your choice at one end and vice versa at the other hand.

注意:这是基于我对加密货币的有限知识。在执行此建议之前,请咨询更多人或任何专业公司。

 类似资料:
  • 加密货币是一种数字资产,可用于在各方之间交换价值。它使用强大的加密技术来保护金融交易并控制该货币的新单位的创建并验证资产的转移,它不是物理上存在的。 与美元,日元或人民币等法定货币等政府货币不同,所有这些货币均由政府印制。因此,存在一个集中的机构,它创造了数千或数百万或更多的货币。使用像比特币这样的加密货币,这些实际上是由使加密货币起作用的相同数学公式创建的。因此,加密货币使用分散控制,其通过作为

  • 分散式账本应用程序可以有许多不同的实现。为什么所有加密硬币都依赖区块链。这真的是实现安全分散账本的唯一方法吗?

  • 这是一篇加密货币的入门文章,是写给没有接触过比特币、加密货币的小伙伴的入门指南,接下来的内容,都将与加密货币相关。 前言 “加密货币就是货币”听起来挺“白痴的”。想想背后的意思,言外之意就是“加密货币可能不是货币”,就非常值得玩味了。事实上,在我接触的很多朋友当中,一开始认为后者的更多。包括我自己,也是经过探究一段时间之后,才认定这个结论的。 惯性定律不仅存在于物质世界,也存在于人类的认知世界。人

  • 我是区块链世界的新手,正在进行我最后一年的项目,即使用区块链进行分散式电子投票。我还有一个问题: 我可以使用设备(用于投票站投票)进行验证/挖掘吗?请帮忙!

  • 我是区块链新手。我读过几篇文章和教程,我明白了这个想法,但有一件事我仍然不明白:挖掘。 我的理解是,区块链要真正去中心化,分类账必须由足够多的矿工维护。对于比特币等加密货币,矿商可以获得比特币作为回报,因此他们有动力这样做。 但是在其他类型的应用程序中,为什么会有人有动机去挖掘呢?我的意思是,你不能只是“在区块链中存储数据”。您必须能够保证存在大量愿意存储此数据并维护分类账的矿工。应用程序的业务模

  • 本文向大家介绍什么是加密货币?相关面试题,主要包含被问及什么是加密货币?时的应答技巧和注意事项,需要的朋友参考一下 回答:加密货币是一种数字资产,可以用作使用加密功能进行金融交易的交换媒介。加密货币利用区块链技术获得透明度,去中心化和不变性。加密货币可使用公钥和私钥在两方之间直接发送,而手续费极低。