技術・開発資料系

44uk ()
# 技術・開発資料系

技術・開発に関連する資料や参考になるものをまとめています。
リプライでもDMでも@44uk_i3にお知らせいただければとりこみます。

## NEM

NEM – Distributed Ledger Technology (Blockchain) » Developers
https://nem.io/developers/
公式の開発者向け情報ページ

NEM公式チュートリアルリスト
https://blog.nem.io/nem-tutorial-list/

テクニカルリファレンス(ホワイトペーパー)
https://www.nem.io/NEM_techRef.pdf

テクニカルリファレンス日本語版
http://nemmanual.net/NEM_Technical_reference_JA/
(Joeさん、うたまろさんに感謝)

NEMの説明書 (日本語サイト)
http://nemmanual.net/

NEM NIS API Documentation
https://nemproject.github.io/

New Economy Movement(NEM) APIマニュアル和訳
https://www.pr1sm.com/crypto-coin/ne...n-in-japanese/
(2018/04/30あたりで公開されていないことが確認されました。namuyanさんがミラーを作ってくれました)
https://github.com/namuyan/NEM_API_DOC/blob/master/README.md

NEM Postman API
https://www.getpostman.com/collectio...67e96b6c1ca48f
Chromeの拡張をインストールしてリンクを開いてください。
https://chrome.google.com/webstore/d...cdddomop?hl=ja

thilon/nem-docs
https://github.com/thilon/nem-docs
中国語ドキュメントです。中国圏のユーザーによるもののようです。

開発者向け NEMデベロッパーガイド
https://rb2nem.github.io/nem-dev-guide/

Learn to develop on the NEM blockchain
https://github.com/rb2nem/nem_programming

NEM Core API
http://www.nem.ninja/org.nem.core/

mijinクラウドチェーンβ API仕様
http://mijin.io/ja/mijin-cloud-chain...a-api-doc#/top

Mijin APIまとめ
http://mijin.usayama.com/
(課長うさ山氏より)
"さくらのクラウド上での mijin の提供は終了しております。
そのため、各APIのボタンをクリックしてもレスポンスは返ってきません。"

## Apostille(アポスティーユ)

NEM Apostille ホワイトペーパー
https://www.nem.io/ApostilleWhitePaper.pdf

NEMアポスティーユのホワイトペーパー日本語訳 - クリプトストリーム
http://www.cryptostream.jp/nem-apost...japanese-3171/
http://www.cryptostream.jp/nem-apost...ese-3171/#i-22


## Catapult(カタパルト)

Catapultホワイトペーパー(英語)
https://www.nem.io/catapultwhitepaper.pdf

Catapultホワイトペーパー(日本語)
http://mijin.io/catapult_whitepaper_ja.pdf


## NEM Authenticator(2FC - 二要素認証)

aleixmorgadas/NEM-Authenticator: NEM Authenticator Official Repository
https://github.com/aleixmorgadas/NEM-Authenticator

NEM Authenticator - 2 Factor Confirmation - Google ドキュメント
https://docs.google.com/document/d/1...FCrlbRVsc/edit

NEM Authenticator - 2 Factor Confirmation 和訳 - Google ドキュメント
https://docs.google.com/document/d/1KCGulIhEclJxynWk-ZxBxFLOrzGF4jai8B7OpL6pqNs/edit?usp=sharing
理解するためにざっくりですが和訳してみました。参考にどうぞ。

NEM Authenticator - Be a beta tester
https://forum.nem.io/t/nem-authentic...ta-tester/5161
2FC機能のβテスト募集・報告スレッドです。

## NIS

Add Https to an NIS Node on Debian
https://blog.nem.io/https-nis-node/
NISをhttpsプロトコルでうける方法です。
dehydratedでLet's Encryptの設定・更新+stunnelをつかった構成です。


## ライブラリ・ソースコード等

NEM Project
https://github.com/NemProject

NEMに関する投稿 - Qiita
http://qiita.com/tags/NEM

bob.nem.ninja
http://bob.nem.ninja/

Xpedite/NEM-Resources: An attempt to list NEM related resources.
https://github.com/Xpedite/NEM-Resources


### TestNet XEMの蛇口

TESTNET用のXEMを配布しているサイトです。
一回に数百XEM程度が入手できます。

※大量のXEMを必要とする場合は
Paste you address here for beta NEM (Testnet XEM)
https://forum.nem.io/t/paste-you-add...et-xem/829/410
もしくはTanugamiさん宛てにご相談ください。

NEM TESTNET faucet〜てすとねっと蛇口〜
http://tomotomo9696.xyz/nem/faucet/
tomotomo9696氏サイト
一回あたり 90~110xem 取得できます。
メッセージの添付可。

NEM testnet Faucet
http://namuyan.dip.jp/nem/testnet/
なむやん氏サイト
1時間あたり 20~200xem 取得できます。
メッセージの添付可。

TESTNET NEM Faucet
http://test-nem-faucet.44uk.net/
bob.nem.ninja:7890 がたまに落ちているので自前で建てたNIS(nis-testnet.44uk.net:7890)へ接続しています。
他がつながらないときはお試しください。
メッセージの添付、暗号化ができます。
Version2のトランザクション(nem:xemのモザイクとして)送信することができます。

Devslopes XEM Testnet Faucet
http://devslopes.build/
https://github.com/44uk/test-nem-faucet を使って立てられたようです。
250〜255xemを払い出してくれます。


### 提案・プロジェクト等まとめ

NemProject/NIP: NEM Improvement Proposals
https://github.com/NemProject/NIP

shierve/NEM-voting-specifications: Technical specification for the NEM voting Standard, and example implementations.
https://github.com/shierve/NEM-voting-specifications

Sateetje/awesome-nem-projects: A curated list of projects using NEM (New Economy Movement)
https://github.com/Sateetje/awesome-nem-projects


### NEM-Library利用

aleixmorgadas/nem-library-ts: NEM Library Official Repository
https://github.com/aleixmorgadas/nem-library-ts
aleixmorgadas/nem-library-examples: NEM Library code examples
https://github.com/aleixmorgadas/nem-library-examples
aleixmorgadas/nem-library-docs: NEM Library Documentation
https://github.com/aleixmorgadas/nem-library-docs
MEM Libraryのドキュメントとデモコードです。MkDocsで生成されとても見やすく仕上がっています。
ドキュメント: https://nemlibrary.com/

aleixmorgadas/nem-ico-example: NEM ICO Example project
https://github.com/aleixmorgadas/nem-ico-example
xemを送ってくれたアドレスへトークンを送り返すICOの基礎プロジェクトサンプルです。
プロジェクト概要: https://github.com/aleixmorgadas/nem...ample/issues/1

nem-library-angular2-seed
https://github.com/guillemsole/nem-l...-angular2-seed
Angular2のモジュール、でしょうか。すみませんAngularについてわかる方がいれば情報おねが いします。


### JavaScript

NEM-sdk
https://github.com/QuantumMechanics/NEM-sdk
NanoWalletに組み込まれたコアの部分を分離したものを目指しているそうです。
デモ: https://npm.runkit.com/nem-sdk
ドキュメント: https://wiki.nem.io/en/nem-sdk

erubi/vue-nem-transactor: sample vue project done for luxtag coding challenge
https://github.com/erubi/vue-nem-transactor

lengshuiyulangcn/til-nem: hexo static assets to hold a blog fetched from nem-blockchain
https://github.com/lengshuiyulangcn/til-nem

lengshuiyulangcn/hexo-fetch-nem: hexo plugin to fetch contents from nem blockchain
https://github.com/lengshuiyulangcn/hexo-fetch-nem

Nikhil Jha / ionem · GitLab
https://gitlab.com/nikhiljha/ionem

gomente-coin/NanoWallet: Cross-platform lite wallet written in JavaScript
https://github.com/gomente-coin/NanoWallet
NanoWalletに自作モジュールを組み込んでみた例です。
"トランザクションで送られる暗号化されたメッセージを送る前に見られるだけ。一応復号もできる。 "
https://twitter.com/gomente_coin/sta...84956531453952

rb2nem/single_file_signer: Single html file NEM transaction signer
https://github.com/rb2nem/single_file_signer
(未確認)

44uk/nem-petit-ico: For personal or small ICO project use script.
https://github.com/44uk/nem-petit-ico
受け取ったアドレスに届いたxemを集計して、量に応じたモザイクを配布するスクリプトです。
トランザクションだけで送受信を管理するので、インフラの整備が必要ありません。
NodeJSだけで動作します。

44uk/nem-mosaic-reader: nem mosaic reader
https://github.com/44uk/nem-mosaic-reader
Web技術だけで作ったQRコードのアドレスからモザイクを引くツール。
各種モバイルウォレットがモザイクの表示に対応するまでの代替手段としています。

aleixmorgadas/nem-vote-calculation
https://github.com/aleixmorgadas/nem-vote-calculation

evias/pacNEM: pacNEM is a Browser PacMan game with NodeJS, Socket.io, Handlebars and NEM Blockchain
https://github.com/evias/pacNEM
ゲームクレジットとしてNEMのモザイクをつかったデモンストレーションとしてのパックマンです。
デモ: https://www.pacnem.com/

gimyboya/NEMonitor: A chain fork monitor for the NEM blockchain
https://github.com/gimyboya/NEMonitor

Antownee/nem-transaction-broadcaster-ionic
https://github.com/Antownee/nem-tran...adcaster-ionic
NEM Hot/Cold Wallet: The First Ever NEM Cold Offline Wallet You Can Use To Send And Receive Funds
https://blog.nem.io/hot-cold-wallet/

marc0olo/nem-tools
https://github.com/marc0olo/nem-tools/
トランザクションをCSVダウンロードしたり、アドレスの情報、既得バランス計算機など
情報取得系の機能が実装されたツールです。
デリゲートハーベスティングの自動再接続サービスも提供しています。
デモ: http://nem-tools.com

44uk/nem-petit-ico: For personal or small ICO project use.
https://github.com/44uk/nem-petit-ico
ドキュメント: https://44uk.github.io/nem-petit-ico/
受け取ったxemに応じてモザイクを返送するICOっぽいことをするスクリプトです。

44uk/nem-harvesting-slot-viewer
https://github.com/44uk/nem-harvesting-slot-viewer
デリゲートハーベスティングの空きスロットがあるノードを表示します。
デモ: http://hydrographer-ape-87625.bitballoon.com/

anrodon/nem-microwallet: NEM Blockchain Chrome Extension wallet
https://github.com/anrodon/nem-microwallet
Chrome拡張タイプのマイクロペイメントウォレット。多言語対応しそうな実装が見られます。
紹介記事:XEMをサクっと送れる!NEM Microwalletの使い方! - クリプトストリーム
http://www.cryptostream.jp/nem-microwallet-5824/

aenima86/NEMkrs: NEM key recovery service
https://github.com/aenima86/NEMkrs
秘密の質問の組み合わせによって秘密鍵を生成することで、リカバリできる仕組みを提供します。

evias/nem-utils
https://github.com/evias/nem-utils
nem-utils is a collection of NodeJS scripts useful when working with the NEM Blockchain from the Terminal

aenima86/NEM-payContentjs:
https://github.com/aenima86/NEM-payContentjs
payContent.js content micro NEM payment

helmihasman/nempay_mobile
https://github.com/helmihasman/nempay_mobile
Warning: NemPay Ionic is currently in beta

gimyboya/NEM-Designer
https://github.com/gimyboya/NEM-Designer
Paper-wallet for NEM

him0/nem-invoice: invoice for nem/xem payment
https://github.com/him0/nem-invoice

tadajamdev/nem-services: NEM's NanoWallet Services
https://github.com/tadajamdev/nem-services

tadajamdev/nem-utils: NEM's NanoWallet Utils
https://github.com/tadajamdev/nem-utils

daifukunem/nem-tip-bot
https://github.com/daifukunem/nem-tip-bot

TESTNET NEM Faucet
https://github.com/44uk/test-nem-faucet
ExpressとNEM-sdkで実装したTESTNET XEM配布用蛇口のソースコードです。

nemtelegrambot
https://github.com/davidebenato/nemtelegrambot
Telegram用ボットプログラム。チャット上でXEMのやり取りができる?
ウォレットの動きをテレグラムbotで監視する(公式ブログより)
https://forum.nem.io/t/creating-a-te...-activity/3249

onokatio/NanoWalletBrowserApp
https://github.com/onokatio/NanoWalletBrowserApp
ブロックチェーン2.0であるNEMのNanoWalletをビルドしてChromeアプリ化するツールで す。

NEM ticker
https://github.com/smngrvn/nem-ticker
ReactNativeのNEM価格アプリ。

NEMPay
https://github.com/dgarcia360/NEMPay
NEMPay documentation
https://github.com/dgarcia360/NEMPay-docs
http://blockchaintoken.tech/

NEMPay-Alpha
https://github.com/AtrauraBlockchain/NEMPay-Alpha

NEMBot
https://github.com/evias/nem-nodejs-bot
支払を自動化するボットのようです。

nikhiljha/nem-api
https://github.com/nikhiljha/nem-api
Advanced API Wrapper for the NIS Layer of the NEM Blockchain Platform
WebSocketを使った通信にも対応していました。

nikhiljha/nemid
https://github.com/nikhiljha/nemid
A standalone client implementing NEMid.

NEMChina/nem_explorer_nodejs
https://github.com/NEMChina/nem_explorer_nodejs

nodejs2nem
https://github.com/NemProject/nodejs2nem
javascript(nodejs)でNEM(NIS&NCC)APIにアクセスするためのシンプルクラ ス

nem-payment
https://github.com/him0/nem-payment

AtrauraBlockchain/NEM-NanoSnippets Wiki
https://github.com/AtrauraBlockchain...oSnippets/wiki
NanoWalletでのスニペット

Antownee/nem-transaction-broadcaster-ionic
https://github.com/Antownee/nem-tran...adcaster-ionic

Antownee/nem-transaction-signer-ionic
https://github.com/Antownee/nem-tran...n-signer-ionic
Offline NEM transaction signer.

genm/nem_tool: All for NEM
https://github.com/genm/nem_tool
"XEM買ったはいいけどいつになったらハーベスト出来るんや…という自分のために作りました"

kanna0000/nemInfoJavascript
https://github.com/kanna0000/nemInfoJavascript
"あるアドレスが保有するnamespace, mosaic保有量,入出金を表示。 複数アドレス対応。 自分がテストネットでアドレスたくさん作ってよくわからなくなるので、それを一覧表示させるだけのやつです 。テストネット用。アドレスはハイフン無しで入力。 "
記事: http://kanna0000.hatenablog.com/entry/2017/09/18/215314
デモ: http://neminfo-kanna-heroku.herokuapp.com/

aenima86/paper-wallet-gen: NEM.io paper wallet generator
https://github.com/aenima86/paper-wallet-gen
https://aenima86.github.io/paper-wallet-gen/

brucepro/nemICO
https://github.com/brucepro/nemICO
XEMでトークンセールをやるようなサイトのシステム?
まだ制作中みたいですが面白そうなので乗せておきます。

eunem/nem-land
https://github.com/eunem/nem-land

y-temp4/nemessage: Share your message using nem.
https://github.com/y-temp4/nemessage

gimyboya/NEMonitor
https://github.com/gimyboya/NEMonitor/

smxiongdi/nem.direct
https://github.com/smxiongdi/nem.direct

kanna0000/nem_offline
https://github.com/kanna0000/nem_offline

csleary/nemp3v2
https://github.com/csleary/nemp3v2

mijinc0/PebbleNEM
https://github.com/mijinc0/PebbleNEM

saleemrashid/nem-trezor-standalone Offline tool for recovering NEM private keys from BIP39 mnemonics and importing them into NanoWallet
https://github.com/saleemrashid/nem-trezor-standalone

nem-joya/src at master · him0/nem-joya
https://github.com/him0/nem-joya/


### PHP

decentraliser/NEM_Crawler: PHP NEM blockchain crawler that aims to find hacker accounts
https://github.com/decentraliser/NEM_Crawler

soralis-nem/nemsign4php
https://github.com/soralis-nem/nemsign4php

NEMventory
https://github.com/RobertoSnap/nemventory
Trade and inventory system built on NEM blockchain.
デモ: http://nemventory.nem.today/
ビデオ: https://youtu.be/I5TG27S9Ed0

NEM-Coin-Lotto-Website: A four option lotto for NEM Coin.
https://github.com/mxsxs2/NEM-Coin-Lotto-Website
(どうゆうものか未確認、以下のサーバアプリと組合せて使う?)
mxsxs2/NEM-Lotto-server-side-application-2015
https://github.com/mxsxs2/NEM-Lotto-...plication-2015
mxsxs2/NEM-Lotto-Client-Application-2015
https://github.com/mxsxs2/NEM-Lotto-...plication-2015

WP-NEM-Notify
https://github.com/robwoodgate/WP-NEM-Notify
アドレスに着金するとメールを送ってくれるWordPressプラグインです。
https://www.nemstuff.uk/nem-notify-plugin-wordpress/

Woocommerce Gateway XEM
https://github.com/RobertoSnap/woocommerce-gateway-xem
WordPressプラグイン。
デモ: Nem Today – Demo shop for NEM currency http://nem.today/

NEM Api Library
https://github.com/namuyan/NEM-Api-Library
(なむやん氏より)
PHPにてXEMの送金、Mosaicの送金、アポスティーユを簡単に実現

NEMTools_PHP
https://github.com/tomotomo9696/NEMTools_PHP
(tomotomo氏より)
PHPでの開発支援

NemProject/php2nem
https://github.com/NemProject/php2nem
A simple php class to access NEM (NIS & NCC) api

evias/php-nem-laravel: Laravel Wrapper for NEM blockchain API
https://github.com/evias/php-nem-laravel


### Ruby

daoka/OpenApostille: Share Apostille created by NEM Wallet (NanoWallet)
https://github.com/daoka/OpenApostille
https://www.openapostille.net/ のソースコードです。

44uk/nem-rb: The ruby version of NEM-py
https://github.com/44uk/nem-rb
NEM-pyをrubyで書き換えてみたものです。

44uk/nem-ruby: Ruby gem for communicating with nem network through the NIS API.
https://github.com/44uk/nem-ruby/
NISのAPIラッパーRubygem。nis-rubyをリファクタ&機能追加しました。nis-rubyからは移行してください。

csleary/nemp3
https://github.com/csleary/nemp3
https://nemp3.herokuapp.com/ のソースコード

daoka/nem-lottery
https://github.com/daoka/nem-lottery
nemをつかった抽選プログラム


### Python

ozcn/nem-sneak
https://github.com/ozcn/nem-sneak

namuyan/nem-ed25519: NEM encryption lib.
https://github.com/namuyan/nem-ed25519

nikhil-gahlot/NEMDateRange
https://github.com/nikhil-gahlot/NEMDateRange

NEM python command line tool
https://github.com/NemProject/nem-py

upincome/NemHarvestMonitor
https://github.com/upincome/NemHarvestMonitor

namuyan/nem-tip-bot-console
https://github.com/namuyan/nem-tip-bot-console
NEM twitter tip bot用のコンソールページです。
サイト: https://namuyan.github.io/nem-tip-bot/

NemProject/nembex-v3
https://github.com/NemProject/nembex-v3

Shinichi-Ohki/nem-QR-Printer: Capture nem wallet QR code and Print it.
https://github.com/Shinichi-Ohki/nem-QR-Printer

semolex/nis-python-client: Python client for NEM NIS API (https://nemproject.github.io). XEM\NEM\Crypto :
https://github.com/semolex/nis-python-client

TedKoba/nem_bot: nem の twitter bot
https://github.com/TedKoba/nem_bot

Shinichi-Ohki/nem-QR-Printer: Capture nem wallet QR code and Print it.
https://github.com/Shinichi-Ohki/nem-QR-Printer


### Go

alvin-reyes/nem-go-wrapper: Simple NEM Wrapper written in GO.
https://github.com/alvin-reyes/nem-go-wrapper

scrpgil/transfer-nem-api: NISとの中継処理
https://github.com/scrpgil/transfer-nem-api

myndshft/NEM-go-sdk: NEM development kit in golang
https://github.com/myndshft/NEM-go-sdk

wzulfikar/go-nem-graphql
https://github.com/wzulfikar/go-nem-graphql

wzulfikar/go-nem-client
https://github.com/wzulfikar/go-nem-client

RobertoSnap/nemcrawler
https://github.com/RobertoSnap/nemcrawler

r8d8/nem-toolchain: Command line toolchain for NEM blockchain
https://github.com/r8d8/nem-toolchain
https://nem-toolchain.github.io/

アカウントの生成やVanityAddressを見つけることができます。
`nem –chain testnet account vanity TA` (TAから始まるアドレスを生成。テストネットなのでT始まり)

NEMアドレス用ライブラリ
https://github.com/utamaro/address
(うたまろ氏より)


### Java

rosklyar/nem-library: feign-based http client for working with NEM blockchain
https://github.com/rosklyar/nem-library

alvin-reyes/nem-transaction-grab: Backend Service for NEM Transaction Explorer
https://github.com/alvin-reyes/nem-transaction-grab

alvin-reyes/nem-transaction-grab-ui: Front end source for NEM Transaction Explorer
https://github.com/alvin-reyes/nem-transaction-grab-ui

NEMPH/nem-apps-lib: NEM Java API Library
https://github.com/NEMPH/nem-apps-lib

NEMPH/nem-transaction-monitor: Library for monitoring transactions in NEM Blockchain platform
https://github.com/NEMPH/nem-transaction-monitor

NemProject/NEMAndroidApp: NEM Android Wallet Application
https://github.com/NemProject/NEMAndroidApp

st-wong/SimplifyNEM
https://github.com/st-wong/SimplifyNEM

NEMChina/nem-apps
https://github.com/NEMChina/nem-apps
Guide to Making some programs of NEM transaction

NEMModules/nem-apps-lib: NEM Java API Library
https://github.com/NEMModules/nem-apps-lib

planethouki/miNEMcraft
https://github.com/planethouki/miNEMcraft
マインクラフト用プログラム?


### Kotlin

ryuta46/nem-kotlin: Kotlin library for easy use of NEM API.
https://github.com/ryuta46/nem-kotlin

ryuta46/nem-nfc-invoice
https://github.com/ryuta46/nem-nfc-invoice

ryuta46/nem-iot-unlock-test
https://github.com/ryuta46/nem-iot-unlock-test

ryuta46/nem-push-bot-discord
https://github.com/ryuta46/nem-push-bot-discord


### C Sharp

HazakuraKeita/csharp2nem-sample: Sample to access an account information in NEM network using csharp2nem.
https://github.com/HazakuraKeita/csharp2nem-sample

NemProject/csharp2nem: C# wrapper around NEM apis
https://github.com/NemProject/csharp2nem

Q-chain/xqc-token: XQC token for the NEM back-end of the Qchain project
https://github.com/Q-chain/xqc-token
https://qchain.co/files/Qchain_whitepaper_Japanese.pdf

owon/voucher-paper_wallet
https://github.com/owon/voucher-paper_wallet
Voucher and paper wallet generator for the NEM ecosystem

* https://forum.nem.io/t/c-nis-api-library/2914
* https://github.com/CodesInChaos/Chaos.NaCl
* https://github.com/rajbandi/chaos.nacl


### Swift

ToruMizuno/NEMImportanceLogin
https://github.com/ToruMizuno/NEMImportanceLogin

daoka/nem-swift
https://github.com/daoka/nem-swift


### R

fmhk23/nem_harvesting_dashboard
https://github.com/fmhk23/nem_harvesting_dashboard


### Docker

g4s8/nis-doker: The NEM Infrastructure Server (NIS) Docker image based on Alpine linux
https://github.com/g4s8/nis-doker

nem-docker
https://hub.docker.com/r/rb2nem/nis/
https://github.com/rb2nem/nem-docker
NISを自動セットアップのなかで署名検証していて学ぶことが多いです。

### TypeScript

scrpgil/oshou-server: NEMの着金をトリガーにしたプログラム
https://github.com/scrpgil/oshou-server

### elm

SimplicityMatters/elm-nem
https://github.com/SimplicityMatters/elm-nem

### Elixir

SimplicityMatters/nem_elixir
https://github.com/SimplicityMatters/nem_elixir

### Ionic

Antownee/nem-transaction-signer-ionic: Offline NEM transaction signer.
https://github.com/Antownee/nem-tran...n-signer-ionic

Antownee/nem-transaction-broadcaster-ionic
https://github.com/Antownee/nem-tran...adcaster-ionic

### ReactNative

linosorice/react-native-nem-sdk
https://github.com/linosorice/react-native-nem-sdk

### その他

0xA3/NEM-sdk-haxe: Externs of NEM-sdk for Haxe
https://github.com/0xA3/NEM-sdk-haxe

kodty/MultisigTransactionSigner: A simple bot for signing XEM multisignature transactions with optional signing rules.
https://github.com/kodty/MultisigTransactionSigner

Q-chain/Qchain_NEM_core: Qchain NEM back-end
https://github.com/Q-chain/Qchain_NEM_core
Q-chainのリポジトリがありましたが、まだ未コミットでした。(6/2)

ethersecurity/ansible-role-nem
https://github.com/ethersecurity/ansible-role-nem


### nem-library関連

NEM-libraryを触りながらRxJSを学ぶ - tadajam's blog :
http://tadajam.hateblo.jp/entry/2017/08/29/033205

NEM Libraryを使ってみる(3) ウォレットの管理 - tadajam's blog :
http://tadajam.hateblo.jp/entry/2017/08/28/171051

NEM Libraryを使ってみる(2) トランスファートランザクション - tadajam's blog :
http://tadajam.hateblo.jp/entry/2017/08/28/165305

NEM Libraryを使ってみる(1) 初期設定と各種アカウント情報 - tadajam's blog :
http://tadajam.hateblo.jp/entry/2017/08/28/142737

### ブログ記事等

nem Advent Calendar 2017 - Qiita
https://qiita.com/advent-calendar/2017/nem

Unityで仮想通貨NEMの入門 - Qiita
https://qiita.com/cryptomikan/items/...479bc921cccffc

AndroidでNEMのAPIを使って送金する
https://ryuta46.com/693
small-samples/NemApiTestAndroid at master · ryuta46/small-samples
https://github.com/ryuta46/small-sam...ApiTestAndroid

iOSでNEMのAPIを使って送金する
https://ryuta46.com/719
Nem API Test for iOS
https://github.com/ryuta46/nem-api-test-ios

NEMのマルチシグを使ったトラストレスな取引 - tadajam's blog
http://tadajam.hateblo.jp/entry/2017/06/26/115202

NEM-sdkを使ってみる - tadajam's blog
http://tadajam.hateblo.jp/entry/2017/05/30/020034

仮想通貨NEM 触って楽しいAPIのお話
http://cryptocurrency.muragon.com/entry/10.html

NEMで開発する前に抑えておきたい基礎知識 - Qiita
http://qiita.com/nem_takanobu/items/...55a566eb028bef

nanowalletに学ぶ、JavaScriptだけでBIP32準拠のNEMアカウントを生成する方法 - Qiita
http://qiita.com/nem_takanobu/items/...6f4729cbad9fcc

ブラウザで暗号通貨NEMのアカウント残高や送金トランザクションを調べてみる。 - Qiita
http://qiita.com/nem_takanobu/items/...6a0d53b6d0f48e

暗号通貨NEMアカウントの残高履歴をJavaScriptで表示する。 - Qiita
http://qiita.com/nem_takanobu/items/...f951d114f74cf0

NEM Infrastructure Server(NIS) 用 APIラッパーの nis-ruby の進展 | yukku++
http://blog.44uk.net/2017/08/30/nem-nis-rubygem-2/

NEM Infrastructure Server(NIS) 用 rubygem を作りました、が… | yukku++
http://blog.44uk.net/2017/05/27/nem-nis-rubygem/

NEM のローカルハーベスト環境を Raspberry Pi にセットアップしてみた | yukku++
http://blog.44uk.net/2017/03/20/nem-...pi-to-harvest/

NEM クソツール置き場と備忘録
https://tomotomo9696.xyz/nem/
"nemmanual.netに載せるまでもない、あるいは載せたらまずいものなどを中心において おく。"

NEMのNamespaceのレンタル期間を更新してみた
http://www.jpbitcoinblog.info/entry/20170303/1488528470
ビットコインの情報サイトの運営者ブログより

NEMのネームスペNEMのネームスペースとモザイクって何なのか?
http://www.cryptostream.jp/nem-namespace-mosaic-3551/
(トレスト氏サイト CryptStreamより)


#### APIを叩くシリーズ(tadajam氏によるkataribe投稿)

【NEM/XEM】公開鍵からNEMのアドレスを作成する
https://tadajam.katari.be/DybkrUq3

【NEM/XEM】秘密鍵から公開鍵を作成する(Ed25519)
https://tadajam.katari.be/385GshHZ

【NEM/XEM】NEMのAPIを試してみた(xemの送信)
https://tadajam.katari.be/385GshHZ

【NEM/XEM】NEMのAPIを試してみた(Mosaic定義の確認)
https://tadajam.katari.be/t29D0nhJ

【NEM/XEM】NEMのAPIを試してみた(アカウント状態の確認)
https://tadajam.katari.be/SN5nzmw0

【NEM/XEM】NEMのAPIを試してみた(所有するMosaicの確認)
https://tadajam.katari.be/qSZ9ligJ

【NEM/XEM】NEMのAPIを試してみた(アドレスの生成)
https://tadajam.katari.be/Rhsu1Yuj


## httpsプロトコルが使えるノード

### testnet
https://nis-testnet.44uk.net:7891/heartbeat

### mainnet
https://shibuya.supernode.me:7891/heartbeat

@cameongさん 株式会社イーサセキュリティ管理のhttpsノード一覧です。
10数台はあるのでかなり助かります!
https://github.com/ethersecurity/nod.../nem/nodes.txt


## その他

### 取引所などのアドレス

http://free.userboard.net/t306-topic

```
NBZMQO-7ZPBYN-BDUR7F-75MAKA-2S3DHD-CIFG77-5N3D //Poloniex, hot wallet
NAHPYR-2PHSZ5-MGXKQS-W3HFDM-IXM36J-BHDHCP-XDQB //Poloniex, cold storage, exchange wallet
ND2JRP-QIWXHK-AA26IN-VGA7SR-EEUMX5-QAI6VU-7HNR //Bittrex, exchange wallet
NCP7UH-5BT5OH-PAWPFF-VNR245-3BNODJ-UZJ677-7N3N //HitBTC
NCXDAH-KIRVCM-S2HEXB-HYDSUW-XABAYG-VNLB3H-ZFWJ //HitBTC
NCCFO5-QDFV5F-S3BTBP-EU2QO6-UHZD7P-HGFNCP-ISDL //Bitcoin Indonesia
ND7HQ7-3YTGNE-YJT6PP-VOR6GM-2RHTVJ-TNRG2N-W5B6 //Btc38
NC2MYW-XT3YOS-AIBTWB-CW7ZKC-E4R4NI-KYCF7S-76UC //BTER
NDKTFW-VFDHDU-L4L3GX-Q32RVO-HQ5IJ5-DEAYHO-J7YS //BTER ?
NAGJG3-QFWYZ3-7LMI7I-QPSGQN-YADGSJ-ZGJRD2-DIYA //Zaif, exchange wallet
NC3BI3-DNMR2P-GEOOMP-2NKXQG-SAKMS7-GYRKVA-5CSZ //Coincheck
NCQJR6-47FLD7-UM6FFV-L4Z7DY-LWJ3I6-OGV5TM-ALUO //Changelly
NBLQ6P-E7Z5CV-ANJNXG-OR74UQ-LOJ2YM-GJJOZ4-YFAQ //Changelly
NCR2CQ-E6AI3D-IRHPHE-PBSVDB-OQFSHX-FSQF4N-IUAH //tipnem
```

### NEMタイムスタンプについて

いわゆるネメシスブロックの日付。
"2015-03-29 00:06:25 UTC"
http://chain.nem.ninja/#/block/1

### NEMタイムスタンプを日時に変換するワンライナー(JavaScript)

```
new Date(Date.UTC(2015, 2, 29, 0, 6, 25, 0) + (NEMTIME * 1000));
```

### NEM アドレスをハイフンで区切りなおす

```
'TDWWYDGQNBKSAJBSHZX7QWVX7WNVAWWB7HGPWRB2'.replace (/([A-Z2-7]{6})(?=([A-Z2-7]{4,6})+)/g, '$1-')
```

もうちょっといい正規表現が書ける気がするのでいいアイディアがあれば教えてください。

### NEMロゴのカラーコード

```
#f7a800
#67b2e7
#00c4b3
#000000
#ffffff
```

### NanoWalletのDeadline(トランザクションの期限)

https://github.com/NemProject/NanoWa...ervice.js#L153
この辺にハードコーディングされている。
テストネットなら60分、メインネットなら24時間で設定される。

### 秘密鍵から公開鍵とアドレスを生成する

https://output.jsbin.com/zifipel
https://gist.github.com/44uk/9e8321a...183d95cd2cf1ba
NEM-sdkを使用してローカルだけで動作します。
心配な方はオフラインにして使うか、ソースをみてください。

### unconfirmTransactionをとどめておきたいとき

ローカルにNISを立て、トランザクションをアナウンスした直後にインターネット接続を切る。
何かポート単位で制御できるソフトを使ったりしてもよいかと。

## NISのデータベースを覗く

クライアントをダウンロード
http://www.h2database.com/html/main.html

サーバを立ちあげたら、
Driver Class: org.h2.Driver
JDBC URL: jdbc:h2:{h2.dbファイルへのフルパス(拡張子h2.dbはつけない)}
User Name: {空白}
Password: {空白}
この設定で開くことができる。

Tanugami ()
以下メモしておきます。

tadajam's blog より

NEM-sdkを使ってみる
http://tadajam.hateblo.jp/entry/2017/05/30/020034

NEM NanoWalletのServicesをnpmモジュール化する
http://tadajam.hateblo.jp/entry/2017/05/23/025259

NEM NanoWalletのUtilsをnpmモジュール化する
http://tadajam.hateblo.jp/entry/2017/05/13/175818


Takanobuさんのqiitaより

NEMで開発する前に抑えておきたい基礎知識
http://qiita.com/nem_takanobu/items/e62ba755a566eb028bef

nanowalletに学ぶ、JavaScriptだけでBIP32準拠のNEMアカウントを生成する方法
http://qiita.com/nem_takanobu/items/aa84ed6f4729cbad9fcc

ブラウザで暗号通貨NEMのアカウント残高や送金トランザクションを調べてみる
http://qiita.com/nem_takanobu/items/58d0586a0d53b6d0f48e

暗号通貨NEMアカウントの残高履歴をJavaScriptで表示する
http://qiita.com/nem_takanobu/items/2b03b8f951d114f74cf0

44uk ()
githubをあさっていたら見つけたここ一週間くらいでコミットのあった NEM 関連のリポジトリを追加しました。

him0/nem-invoice: invoice for nem/xem payment
https://github.com/him0/nem-invoice

RobertoSnap/nem-currency
https://github.com/RobertoSnap/nem-currency

tadajamdev/nem-services: NEM's NanoWallet Services
https://github.com/tadajamdev/nem-services

tadajamdev/nem-utils: NEM's NanoWallet Utils
https://github.com/tadajamdev/nem-utils

daifukunem/nem-tip-bot
https://github.com/daifukunem/nem-tip-bot

Tanugami ()
ややオフトピック気味ですが、現在NEMフォーラムにてAtraura社による
『NEM Framework』
というプロジェクトの提案がされています。
※Atraura社代表はLandsteadを開発しているNEM評議会メンバーです。

近々NEM財団の資金を割り当てるかどうか投票が行われそうな気配ですが、
テクニカルリファレンスが公開されているのでこちらにも貼っておきます。

『NEM Framework』
概要
https://docs.google.com/presentation/d/1njKW1u95zqkKTKwNDYqRqIjKXhM3rlTwD1Urn4UByEU/edit#slide=id.p4

テクニカルリファレンス
https://docs.google.com/document/d/1xORV9EEiR_2mR1qLI9lj5SzyNlE-TTJ_ofH1EH6BSVU/edit

atraura社HP
https://www.atraura.com/en/
https://www.atraurablockchain.com/

44uk ()
github pageにデプロイしたり、ServiceWorkerを使うのに
httpsで動かしたいとおもって調べてみた所、いくつかhttpsに対応したサーバがありました。
(デフォルト設定ポート7891以外で動いているサーバも存在するかもしれません)
http://bob.nem.ninja/docs/#extended-node-information で返してくれそうでしたが返ってこないので
https://ホスト:7891/heartbeat で応答があったものを並べてみました)

# https testnet
https://37.187.70.29:7891
https://bob.nem.ninja:7891

# https mainnet
https://112.74.125.76:7891
https://114.215.187.45:7891
https://120.25.1.123:7891
https://120.27.110.63:7891
https://123.56.253.121:7891
https://162.245.223.145:7891
https://37.221.196.49:7891
https://45.32.42.134:7891
https://45.32.47.137:7891
https://45.76.133.25:7891
https://45.76.69.147:7891
https://45.76.88.97:7891
https://go.nem.ninja:7891
https://san.nem.ninja:7891

追記:
テストネットですが、httpsプロトコルに対応したサーバを立ててみました。
https://nis-testnet.44uk.net:7891

go.nem.ninjaやsan.nem.ninjaはNISが直接HTTPSを受けている…?
自分は設定する方法がわからなかった(多分jettyサーバを設定する?)ので、nginxによるリバース プロキシでhttpsに対応してみました。

44uk ()
ある程度の期間で追加したものにちょっとのコメントを添えて投稿することにしました。
「あれがねーぞ!」があればなんなりとどうぞ。
いろいろなソースがどんどん上がってきていて、活気がみられてよいですね!

aleixmorgadas/nem-library-docs: NEM Library Documentation :
https://github.com/aleixmorgadas/nem-library-docs
aleixmorgadas/nem-library-examples: NEM Library code examples :
https://github.com/aleixmorgadas/nem-library-examples
MEM Libraryのドキュメントとデモコードです。MkDocsで生成されとても見やすく仕上がっています。
https://nemlibrary.com/

nem-library-angular2-seed
https://github.com/guillemsole/nem-library-angular2-seed
Angular2のモジュール、でしょうか。すみませんAngularについてわかる方がいれば情報おねがいします。

anrodon/nem-microwallet: NEM Blockchain Chrome Extension wallet
https://github.com/anrodon/nem-microwallet
Chrome拡張タイプのマイクロペイメントウォレット。
多言語対応しそうな実装が見られます。

aenima86/NEMkrs: NEM key recovery service
https://github.com/aenima86/NEMkrs
秘密の質問の組み合わせによって秘密鍵を生成することで、リカバリできる仕組みを提供します。
デモ: http://rawgit.com/aenima86/NEMkrs/master/index.htm

evias/pacNEM: pacNEM is a Browser PacMan game with NodeJS, Socket.io, Handlebars and NEM Blockchain
https://github.com/evias/pacNEM
ゲームクレジットとしてNEMのモザイクをつかったデモンストレーションとしてのパックマンです。
デモ: https://www.pacnem.com/

44uk/nem-harvesting-slot-viewer: It shows free harvesting slots.
https://github.com/44uk/nem-harvesting-slot-viewer
拙作ですが、デリゲートハーベスティングの空きスロットがあるノードを表示します。
デモ: http://hydrographer-ape-87625.bitballoon.com/

44uk ()
npmjs.com で著名ソフトウェアによく似た名前のマルウェアが大量に発見された - Islands in the byte stream :
http://gfx.hatenablog.com/entry/2017/08/02/131537
Malicious packages in npm. Here’s what to do | Ivan Akulov’s blog
https://iamakulov.com/notes/npm-malicious-packages/

nem-sdkやnem-libraryにおいて、いまのところは発見できませんでしたが(ハイフンをアンダースコアに、.jsをつ けてみたり)、
何者かが設置する可能性があります。
最悪の場合秘密鍵を抜かれる可能性もありますので注意してください。

また、(nemに係る開発に限りませんが)直接nemに関係ないパッケージでも、悪意のあるパッケージによって機密情報が抜かれる可能性があるため、
ソースの出どころ、安全性を確認できないパッケージをむやみに使用しないようにしましょう。

44uk ()
https://nem.io リニューアルに際してURLの追加・変更をしました。
今現在、日本語版がまだ無いようですが、スッキリしていてコンテンツも充実してきておりいい感じですね。

NEM – Distributed Ledger Technology (Blockchain) » Developers
https://nem.io/developers/
公式の開発者向け情報ページ

NEM NIS API Documentation
https://nemproject.github.io/
bob.nem.ninja/docs/からの変更

NEM Postman API
https://www.getpostman.com/collections/ab85b667e96b6c1ca48f

44uk ()
2件追加しました。

Add Https to an NIS Node on Debian
https://blog.nem.io/https-nis-node/
NISをhttpsプロトコルでうける方法です。
dehydratedでLet's Encryptの設定・更新+stunnelをつかった構成です。
=> 以前nginxをフロントとした構築をしたことがありますが、こちらのほうがWebサーバを余計に立てずに済みそうです。

aleixmorgadas/nem-ico-example: NEM ICO Example project
https://github.com/aleixmorgadas/nem-ico-example
xemを送ってくれたアドレスへトークンを送り返すICOの基礎プロジェクトサンプルです。
プロジェクト概要: https://github.com/aleixmorgadas/nem-ico-example/issues/1
=> 概要をみるとわかりやすいです。xemを受け取ると送信したアドレスへトークンを返送する仕組みを想定しているプロジェクトです。

44uk ()
2件追加しました。
それぞれどうゆうものかまだ確認できていませんが、何かの参考になれば、と。

NEMventory
https://github.com/RobertoSnap/nemventory
Trade and inventory system built on NEM blockchain.
デモ: http://nemventory.nem.today/
ビデオ: https://youtu.be/I5TG27S9Ed0

NEM-Coin-Lotto-Website: A four option lotto for NEM Coin.
https://github.com/mxsxs2/NEM-Coin-Lotto-Website
(どうゆうものか未確認、以下のサーバアプリと組合せて使う?)
mxsxs2/NEM-Lotto-server-side-application-2015
https://github.com/mxsxs2/NEM-Lotto-server-side-application-2015
mxsxs2/NEM-Lotto-Client-Application-2015
https://github.com/mxsxs2/NEM-Lotto-Client-Application-2015

44uk ()
nemket、nem bar、各国のミーティングなどコミュニティの活動に加え、カタパルトも発表され、勢い付いてきましたね。
新APIを利用したコードが出てくることも考えるとこの先楽しみです。
以下、追記しました。

# Python

upincome/NemHarvestMonitor
https://github.com/upincome/NemHarvestMonitor
ハーベストされるとメールで通知を送ってくれる常駐するサービススクリプトです。

# Go

RobertoSnap/nemcrawler
https://github.com/RobertoSnap/nemcrawler
(未確認)

r8d8/nem-toolchain: Command line toolchain for NEM blockchain
https://github.com/r8d8/nem-toolchain
https://nem-toolchain.github.io/
アカウントの生成やVanityAddressを見つけることができます。
`nem –chain testnet account vanity TA` (TAから始まるアドレスを生成。テストネットなのでT始まり)


# JavaScript

rb2nem/single_file_signer: Single html file NEM transaction signer
https://github.com/rb2nem/single_file_signer
(未確認)

44uk/nem-petit-ico: For personal or small ICO project use script.
https://github.com/44uk/nem-petit-ico
受け取ったアドレスに届いたxemを集計して、量に応じたモザイクを配布するスクリプトです。
トランザクションだけで送受信を管理するので、インフラの整備が必要ありません。
NodeJSだけで動作します。

44uk/nem-mosaic-reader: nem mosaic reader
https://github.com/44uk/nem-mosaic-reader
Web技術だけで作ったQRコードのアドレスからモザイクを引くツール。
各種モバイルウォレットがモザイクの表示に対応するまでの代替手段としています。

44uk ()
草の根プロダクツがワシワシ育ってきました。どんどん育てて最後にはハーベストしてもらいましょう。
以下追記分です。

# ブログ記事

Unityで仮想通貨NEMの入門 - Qiita
https://qiita.com/cryptomikan/items/6604da479bc921cccffc

AndroidでNEMのAPIを使って送金する
https://ryuta46.com/693
small-samples/NemApiTestAndroid at master · ryuta46/small-samples
https://github.com/ryuta46/small-sam...ApiTestAndroid

iOSでNEMのAPIを使って送金する
https://ryuta46.com/719
Nem API Test for iOS
https://github.com/ryuta46/nem-api-test-ios

# ソースコード

daoka/OpenApostille: Share Apostille created by NEM Wallet (NanoWallet)
https://github.com/daoka/OpenApostille
https://www.openapostille.net/ のソースコードです。

44uk ()
ため込んでしまっていたのを一気に追加しました。
本当はブログ記事が沢山上がってきているのでピックアップしたいところですが追い切れていません…
自薦他薦かまいませんのでご連絡いただければ掲載します。

# ブログ記事

nem Advent Calendar 2017 - Qiita
https://qiita.com/advent-calendar/2017/nem

# JavaScript

eunem/nem-land
https://github.com/eunem/nem-land

y-temp4/nemessage: Share your message using nem.
https://github.com/y-temp4/nemessage

gimyboya/NEMonitor
https://github.com/gimyboya/NEMonitor/

smxiongdi/nem.direct
https://github.com/smxiongdi/nem.direct

kanna0000/nem_offline
https://github.com/kanna0000/nem_offline

csleary/nemp3v2
https://github.com/csleary/nemp3v2

archiii92/NEMDragons
https://github.com/archiii92/NEMDragons

# Python

Shinichi-Ohki/nem-QR-Printer: Capture nem wallet QR code and Print it.
https://github.com/Shinichi-Ohki/nem-QR-Printer

semolex/nis-python-client: Python client for NEM NIS API (https://nemproject.github.io). XEM\NEM\Crypto :
https://github.com/semolex/nis-python-client

TedKoba/nem_bot: nem の twitter bot
https://github.com/TedKoba/nem_bot

Shinichi-Ohki/nem-QR-Printer: Capture nem wallet QR code and Print it.
https://github.com/Shinichi-Ohki/nem-QR-Printer

mijinc0/PebbleNEM
https://github.com/mijinc0/PebbleNEM

saleemrashid/nem-trezor-standalone Offline tool for recovering NEM private keys from BIP39 mnemonics and importing them into NanoWallet
https://github.com/saleemrashid/nem-trezor-standalone

OdaDaisuke/NEMHarvestingApp
https://github.com/OdaDaisuke/NEMHarvestingApp

nem-joya/src at master · him0/nem-joya
https://github.com/him0/nem-joya/


# Java

planethouki/miNEMcraft
https://github.com/planethouki/miNEMcraft
マインクラフト用プログラム?


# R

fmhk23/nem_harvesting_dashboard
https://github.com/fmhk23/nem_harvesting_dashboard


# ruby

44uk/nem-ruby: Ruby gem for communicating with nem network through the NIS API.
https://github.com/44uk/nem-rb
nis-rubyをリファクタ&機能追加しました。nis-rubyからは移行してください。

daoka/nem-lottery
https://github.com/daoka/nem-lottery
nemをつかった抽選プログラム


# html

thilon/nem-docs
https://github.com/thilon/nem-docs
中国語ドキュメントです。中国圏のユーザーによるもののようです。


# Go

wzulfikar/go-nem-graphql
https://github.com/wzulfikar/go-nem-graphql

wzulfikar/go-nem-client
https://github.com/wzulfikar/go-nem-client


# php

Dmatafonov/nem-php: Open source NEM PHP library
https://github.com/Dmatafonov/nem-php

lezhnev74/nem-php-transaction: PHP scripts to build NEM transaction payload
https://github.com/lezhnev74/nem-php-transaction


bergkvist/nem-social-wallet: A Social NEM-wallet. Submission for the NEM Hackathon.
https://github.com/bergkvist/nem-social-wallet

onokatio/NanoWalletBrowserApp: ブロックチェーン2.0であるNEMのNanoWalletをビルドしてChromeアプリ化するツールです。
https://github.com/onokatio/NanoWalletBrowserApp


# Kotlin

ryuta46/nem-nfc-invoice
https://github.com/ryuta46/nem-nfc-invoice

ryuta46/nem-iot-unlock-test
https://github.com/ryuta46/nem-iot-unlock-test

ryuta46/nem-push-bot-discord
https://github.com/ryuta46/nem-push-bot-discord


# httpsプロトコルが使えるノード

## testnet
https://nis-testnet.44uk.net:7891

## mainnet
https://shibuya.supernode.me:7891

44uk ()
少し間が空いてしまいましたが、以下、追記しました。
あまり内容を精査していないので、個別にどうゆうものかは把握しきれていませんが、お使いの言語で参考になさってみてください。

# プロポーザル・プロジェクトまとめ

NemProject/NIP: NEM Improvement Proposals
https://github.com/NemProject/NIP

shierve/NEM-voting-specifications: Technical specification for the NEM voting Standard, and example implementations.
https://github.com/shierve/NEM-voting-specifications

Sateetje/awesome-nem-projects: A curated list of projects using NEM (New Economy Movement)
https://github.com/Sateetje/awesome-nem-projects


# JavaScript

erubi/vue-nem-transactor: sample vue project done for luxtag coding challenge
https://github.com/erubi/vue-nem-transactor

lengshuiyulangcn/til-nem: hexo static assets to hold a blog fetched from nem-blockchain
https://github.com/lengshuiyulangcn/til-nem

lengshuiyulangcn/hexo-fetch-nem: hexo plugin to fetch contents from nem blockchain
https://github.com/lengshuiyulangcn/hexo-fetch-nem


# PHP

decentraliser/NEM_Crawler: PHP NEM blockchain crawler that aims to find hacker accounts
https://github.com/decentraliser/NEM_Crawler

soralis-nem/nemsign4php
https://github.com/soralis-nem/nemsign4php


# python

ozcn/nem-sneak
https://github.com/ozcn/nem-sneak

namuyan/nem-ed25519: NEM encryption lib.
https://github.com/namuyan/nem-ed25519

nikhil-gahlot/NEMDateRange
https://github.com/nikhil-gahlot/NEMDateRange


# go

alvin-reyes/nem-go-wrapper: Simple NEM Wrapper written in GO.
https://github.com/alvin-reyes/nem-go-wrapper

scrpgil/transfer-nem-api: NISとの中継処理
https://github.com/scrpgil/transfer-nem-api

myndshft/NEM-go-sdk: NEM development kit in golang
https://github.com/myndshft/NEM-go-sdk


# Java

rosklyar/nem-library: feign-based http client for working with NEM blockchain
https://github.com/rosklyar/nem-library


# CSharp

HazakuraKeita/csharp2nem-sample: Sample to access an account information in NEM network using csharp2nem.
https://github.com/HazakuraKeita/csharp2nem-sample


# Swift

ToruMizuno/NEMImportanceLogin
https://github.com/ToruMizuno/NEMImportanceLogin


# Docker

g4s8/nis-doker: The NEM Infrastructure Server (NIS) Docker image based on Alpine linux
https://github.com/g4s8/nis-doker


# elm

SimplicityMatters/elm-nem
https://github.com/SimplicityMatters/elm-nem


# Elixir

SimplicityMatters/nem_elixir
https://github.com/SimplicityMatters/nem_elixir


# Ionic

Antownee/nem-transaction-signer-ionic: Offline NEM transaction signer.
https://github.com/Antownee/nem-transaction-signer-ionic

Antownee/nem-transaction-broadcaster-ionic
https://github.com/Antownee/nem-transaction-broadcaster-ionic


# ReactNative

linosorice/react-native-nem-sdk
https://github.com/linosorice/react-native-nem-sdk

44uk ()
nem2関連リポジトリです。まだあまり把握できていないので暫定投稿

# NEM Catapult Developer Preview

## DOCS

NEM Developer Documentation — nem2-docs Master documentation
https://nemtech.github.io/

## REPOSITORIES

nemtech/nem2-docs: nem2 (Catapult) official documentation
https://github.com/nemtech/nem2-docs

nemtech/nem2-sdk-java: nem2 sdk official repository for java
https://github.com/nemtech/nem2-sdk-java

nemtech/nem2-sdk-typescript-javascript: nem2-sdk official for typescript & javascript
https://github.com/nemtech/nem2-sdk-typescript-javascript

nemtech/nem2-cli: nem2-cli official repository
https://github.com/nemtech/nem2-cli

nemtech/nem2-library-js: should not be used, check sdk instead
https://github.com/nemtech/nem2-library-js

## NPM

nem2-sdk
npm https://www.npmjs.com/package/nem2-sdk

nem2-cli
npm https://www.npmjs.com/package/nem2-cli

44uk ()
最近見つけたプロジェクトです。
整理ついてませんが、気になるものがあれば参考にしてみてください。

aenima86/NEM-DNS:NEM blockchain DNS :
https://github.com/aenima86/NEM-DNS

izayoi256/keccak: Pure PHP implementation of Keccak with PHP 5.3+ support :
https://github.com/izayoi256/keccak

shierve/nem-voting: nem library that implements voting functions in typescript into an npm module :
https://github.com/shierve/nem-voting

shierve/NEM-voting-specifications: Technical specification for the NEM voting Standard, and example implementations. :
https://github.com/shierve/NEM-voting-specifications

dataspark-co/nem-yii2: NEM Yii Application :
https://github.com/dataspark-co/nem-yii2

daisy-link/NemPaymentExtension :
https://github.com/daisy-link/NemPaymentExtension

SeanRobb/nemchina-api-node: This is an api for the Nem Blockchain using nemchina :
https://github.com/SeanRobb/nemchina-api-node