Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

updated README to add in installation notes. #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ For example, the SDK can communicate with the Kin Blockchain on behalf of the cl
It can also monitor blockchain transactions so that you can implement broader services.
It is up to you how to integrate the SDK in your overall architecture and how to manage your server.

# Installation Notes
If you encounter an error while performing `npm install` with the error below, then you will need to downgrade you Node version to 11. Node >= 12 removed some functions that the `ed25519` library

```
../src/ed25519.cc:19:89: error: no matching member function for call to 'ToObject'
if ((info.Length() < 1) || (!Buffer::HasInstance(info[0])) || (Buffer::Length(info[0]->ToObject()) != 32)) {
```

<a href="https://kinecosystem.github.io/kin-website-docs/docs/documentation/nodejs-sdk"><img src="https://partners.kinecosystem.com/img/documentation-button2x.png" width=300 height=84 alt="Documentation"/></a>