0.2.9 • Published 3 years ago

ethfs v0.2.9

Weekly downloads
3
License
MIT
Repository
-
Last release
3 years ago

EthFS - A Unix-like filesystem for Ethereum

Getting started

  1. Install dependencies: yarn install
  2. Install truffle if it isn't already: yarn global add truffle
  3. Create a file .secret containing the private key of the account to be used for deployment.
  4. Install contracts to blockchain: truffle migrate --network <network name e.g. ropsten>
  5. Mount the FUSE filesystem: node fuse -p <mount point e.g. /mnt> -n <network name e.g. ropsten>
0.2.9

3 years ago

0.2.8

3 years ago

0.2.1

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.1.1

5 years ago

0.1.0

5 years ago