├── LICENSE ├── README.md ├── check-filecoin.sh ├── run-filecoin.sh └── run-lotus.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coder-lb/filecoin-tools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coder-lb/filecoin-tools/HEAD/README.md -------------------------------------------------------------------------------- /check-filecoin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coder-lb/filecoin-tools/HEAD/check-filecoin.sh -------------------------------------------------------------------------------- /run-filecoin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coder-lb/filecoin-tools/HEAD/run-filecoin.sh -------------------------------------------------------------------------------- /run-lotus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coder-lb/filecoin-tools/HEAD/run-lotus.sh --------------------------------------------------------------------------------