0.0.2 • Published 6 years ago

hexo-fetch-nem v0.0.2

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

hexo-fetch-nem

This is a hexo plugin which is used to fetch contents from nem blockchain and read the message and try to render them.

Your contents to read should be in markdown with the default that the first line is the title.

For example.

### My title

* foo
* bar

Run npm install hexo-fetch-nem --save and add your target nem address to read from in the _config.yml.

Also, the default is fread from testnet, so you may like to change to mainnet.

isMainnet: true
nem_address: your_nem_address