https://github.com/block-core/blockcore-features
A collection of features that can be used with the blockcore fullnode
https://github.com/block-core/blockcore-features
Last synced: 4 months ago
JSON representation
A collection of features that can be used with the blockcore fullnode
- Host: GitHub
- URL: https://github.com/block-core/blockcore-features
- Owner: block-core
- License: mit
- Created: 2019-10-07T11:28:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T19:43:02.000Z (over 1 year ago)
- Last Synced: 2025-11-27T12:48:35.336Z (7 months ago)
- Language: C#
- Homepage:
- Size: 91.8 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockcore Features
Here is a collection of extra features that can be used together with Blockcore. Please refer to the individual features for more information.
## Publishing to NuGet
By default any project you add to "blockcore-features" is tagged with IsPackable = true, the opposite of "blockcore" repo. So if you add a third party feature to that repo, they will be published to our NuGet account.
## [Airdrop Tool](/Blockcore.Features.Airdrop)
A helper tool for airdrops it can create UTXO snapshots and distribute coins.
## [Wallet Notify](/Blockcore.Features.WalletNotify)
Adds the ability to perform shell executions when transactions is observed in the wallet.
## [Block Explorer](/Blockcore.Features.BlockExplorer)
Local block explorer that can be used in combination with txindex=1 enabled on the node. This feature has API that allows the wallet UI to show block information locally. This enables full privacy blockchain insight.