Post
Topic
Board Альтернативные криптовалюты
Re: [NXT] Nxt crypto - немного инфы, и самих NXT.
by
abctc
on 17/06/2015, 08:10:33 UTC
Quote from: Jean-Luc link=https://nxtforum.org/nrs-releases/nrs-v1-5-0e/
Client Plugin System:
Functionality - The NRS client comes with a new plugin system, enabling third
party developers to provide additional functionality for the client. ..
- сегодня представлен очередной плагин к стандартному Nxt-клиенту ....

- Nxt-плагиностроение набирает ход, и закономерно выходит на новый уровень: сегодня выпущено средство автоматизации создания Nxt-плагинов - Yeoman Plugin Generator: https://github.com/chevdor/generator-nrs-plugin

Автор этого плагин-генератора утверждает, что теперь любой желающий примерно за 19 секунд (или быстрее, если быстро нажимает клавиши) может создать свой собственный Nxt-плагин. Подробная инструкция - на ГитХабе, краткая выглядит так:
Quote
1- install node
 2- install yeoman (npm install -g yo)
 3- install the generator (npm install -g generator-nrs-plugin)
 4- create a folder for you plugin and cd there
 5- type the following command: yo nrs-plugin
 6- answer the questions (you can do it!)
 7- run the deploy script for your OS (I still have to fix a few things for those)
 8- Open the NRS client to test