Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/c235b232f81a3b78cd01f34a752f3cf4 to your computer and use it in GitHub Desktop.
Save r-ryantm/c235b232f81a3b78cd01f34a752f3cf4 to your computer and use it in GitHub Desktop.
/nix/store/v02gr5k0d3ih9h5nn2ikdxyrlnvm75w1-particl-core-0.19.1.1
├── bin
│   ├── particl-cli
│   ├── particld
│   ├── particl-tx
│   ├── particl-wallet
│   └── test_particl
├── include
│   └── particlconsensus.h
├── lib
│   ├── libparticlconsensus.la
│   ├── libparticlconsensus.so -> libparticlconsensus.so.0.0.0
│   ├── libparticlconsensus.so.0 -> libparticlconsensus.so.0.0.0
│   ├── libparticlconsensus.so.0.0.0
│   └── pkgconfig
│   └── libparticlconsensus.pc
└── share
└── man
└── man1
├── particl-cli.1.gz
├── particld.1.gz
├── particl-tx.1.gz
└── particl-wallet.1.gz
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment