NEM (cryptocurrency)


NEM is a peer-to-peer cryptocurrency and blockchain platform launched on March 31, 2015 written in Java.

History

NEM was started by a Bitcoin Talk forum user called UtopianFuture who was inspired by Nxt. The initial plan for NEM was to create a fork of NXT, but this was eventually dismissed in favor of a completely new codebase. Starting on January 19, 2014, an open call for participation began on the Bitcointalk forum. The goal of the call was to create a community-oriented cryptocurrency from the ground up.
NEM Foundation; created in 2016, ~2 years after the Public Chain launch. It was funded from one of the reserved pools. It is a Company Limited by Guarantee in Singapore. Its early focus was on brand awareness, marketing, training and partnerships. In late 2018 the first council’s term came to an end and a new council was elected by members.

Hacking attack

On 26 January 2018, Japanese cryptocurrency exchange Coincheck was the victim of a massive hack resulting in a loss of 523 million XEM coins, the native token of NEM, worth approximately $400 million. The NEM team created an automated tagging system. This automated system followed the money and tagged any account that received tainted money.
The result of these actions was that NEM stopped tracking the stolen coins approximately mid-March 2018, after concluding that enough data was provided to the law enforcement authorities.

Real-world Application

In July 2018, the Ukraine Central Election Commission began investigating the use of blockchain technology in elections using the NEM platform. The tests were performed in a test environment with 28 nodes, using test coins provided by the NEM Foundation. The commission estimated that a cost of a node would be approximately $1,227, which was described as a “small” price to pay for the technology. The test proved NEM’s potential utility in voting.
In November 2018, Malaysia’s Ministry of Education formed a consortium of universities to use NEM’s blockchain technology to authenticate academic certificates. The consortium was created to combat the rise of fraudulent fake degree certificates and to optimize certificate authentication. The ministry stated that NEM was chosen because of its “unique features in managing traceability and authentication requirements”.

Architecture

NEM's design architecture consists of two components. One is the node or NEM Infrastructure Server. The second is the client used for interacting with the nodes.
Its cryptocurrency wallet is the NanoWallet built with HTML and Javascript.
Another client was the NEM Community Client. The NIS is connected to the P2P network and acts as a gateway for the NCC. The NCC is client software that includes a wallet. The NCC has since been deprecated in favor of the NanoWallet. Both NCC and the NanoWallet can be run isolated from the internet, providing security through an airgap.

Features

Namespaces

Namespaces allows users to own domain names on the NEM blockchain just like a person or an organization owns an Internet domain name. Just like on the internet, a domain can have a sub-domain, namespaces can have sub-namespaces. And it is possible to create multiple sub-namespaces with the same name. A namespace and a domain name is the same in this document and shall be used interchangeably. Namespaces can have up to 3 levels, a namespace and its two levels of sub-namespace domains.

Reputation and harvesting

NEM network implements a modified version of Eigentrust++ to identify and minimize the impact of malicious nodes. Eigentrust++ is a security clustering algorithm which monitors past behavior of nodes in the network and enables nodes to give reputation to their neighbors in clusters. In proof-of-work, the amount of work a node does is used as a measure for its ability to protect the network. But, with Eigentrust++, it is the quality of work that is important. This adds to the NEM network's ability to be run and maintained efficiently.
NEM uses a "proof of importance" to score how people can harvest XEM; a person has to have 10,000 XEM in their balance to be scored, and the number of transactions they have with others, to time stamp transactions. This was designed to encourage users of NEM to not simply hold XEM but instead actively carry out transactions.

Multisignature transactions

NEM's multi-signature contracts are universal, meaning they are built into the blockchain, not on top of the blockchain as in third-party reliant software. This unlocks various advantages and interesting possibilities for the user. The contract enables several people to administrate the activity of an account, control assets such as XEM from one account, other mosaics, or create additional contracts such as creating a new token.