0.2.9 • Published 4 years ago
ethfs v0.2.9
EthFS - A Unix-like filesystem for Ethereum
Getting started
- Install dependencies:
yarn install - Install truffle if it isn't already:
yarn global add truffle - Create a file
.secretcontaining the private key of the account to be used for deployment. - Install contracts to blockchain:
truffle migrate --network <network name e.g. ropsten> - Mount the FUSE filesystem:
node fuse -p <mount point e.g. /mnt> -n <network name e.g. ropsten>