hexo-fetch-nem
v0.0.2
Published
a hexo plugin which allow user to fetch the contents deployed on nem blockchain
Downloads
5
Readme
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
* barRun 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