Enterprise Key Connect SDK
Seamless integration of existing cloud key infrastructure into web3 projects.
Getting Started
note: not published yet!
npm install @energyweb/ekc
API
TODO
Development
cp .env.template .env
rushx build
rushx test
rushx lint
Debugging in VSCode and Chrome
rushx start
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch EKC Debug",
"internalConsoleOptions": "openOnSessionStart",
"url": "http://localhost:8080/",
"webRoot": "${workspaceFolder}",
"sourceMaps": true,
"sourceMapPathOverrides": {
"webpack://@energyweb/ekc/./*": "${webRoot}/*",
"webpack://@energyweb/ekc/../../*": "${webRoot}/../../*"
}
}
]
}
{
"configurations": [
{
"runtimeExecutable": "/usr/local/bin/chromium"
}
]
}