简体   繁体   English

在区块链中创建和删除文本帖子?

[英]Create and delete text posts in the blockchain?

I need to write down and delete posts in the blockchain instead of the usual database. 我需要写下并删除区块链而不是通常的数据库中的帖子。

You need two fields, text and description. 您需要两个字段,文本和描述。

I can not find any information on this, where should I start? 我找不到任何相关信息,应该从哪里开始?

You should implement a smart contract in solidity language and deploy it onto the network. 您应该以统一语言实施智能合约并将其部署到网络上。 Then you will be able to manipulate with the data submitting transactions to the contract. 然后,您将能够处理将数据提交到合同的数据。 The official Ethereum smart contract tutorial is a good place to start. 官方的以太坊智能合约教程是一个不错的起点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM