Skip to content

Decentralized application on Arweave and Permanent storage of files on Arweave.

Notifications You must be signed in to change notification settings

deathstroke235/arweave_dApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Decentralized application on Arweave and Permanent storage of files on Arweave.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published