Add keypair to local account

This commit is contained in:
Akihiko Odaki
2018-03-26 20:23:55 +09:00
parent 7b0f93464a
commit 001d5faac9
10 changed files with 146 additions and 0 deletions

9
binding.gyp Normal file
View File

@ -0,0 +1,9 @@
{
'targets': [
{
'target_name': 'crypto_key',
'sources': ['src/crypto_key.cc'],
'include_dirs': ['<!(node -e "require(\'nan\')")']
}
]
}