Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 869 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 869 Bytes

Arweave dApp

Decentralized Twitter:

where people can talk and create topic such as hashtags in twitter,where every user with arweave wallet can only be applicable for transaction on the page. Message once posted can't be deleted because transaction is signed, it can only be changed by creating another transaction. dApp consists of home topic and users tab where home page shows all the transactions, topic is same as hashtags in twitter and users shows all the transactions done by the specific user.

Documentation

Arweave

Installing Arweave:

npm install --save arweave
import Arweave from 'arweave';
export const arweave = Arweave.init({});

Deployment

  npm build
  npm install -g arkb
  arkb deploy ./build --wallet ~/arweave/testWallet/walletname.json