@onekey/client-node
TypeScript icon, indicating that this package has built-in type declarations

1.0.21 • Public • Published

OneKey client node: ExpressJS implementation

An implementation of the OneKey client, served by ExpressJS web server.

It includes a "client node" which provides endpoints needed by the frontend library to sign and verify messages sent to and received from the operator.

See website-design for details

OneKey implementation projects

flowchart TB

    Demo("Demo Project")
    style Demo fill:#f5f5f5,stroke:#d2d2d2,stroke-width:2px
    click Demo "https://github.com/OneKey-Network/OneKey-implementation/tree/main/paf-mvp-demo-express" "paf-mvp-demo-express"
    
    Core("Core Javascript")
    click Core "https://github.com/OneKey-Network/OneKey-implementation/tree/main/paf-mvp-core-js" "paf-mvp-core-js"
    
    Frontend("Frontend library & widget")
    click Frontend "https://github.com/OneKey-Network/OneKey-implementation/tree/main/paf-mvp-frontend" "paf-mvp-frontend"
    
    Operator("Operator API")
    click Operator "https://github.com/OneKey-Network/OneKey-implementation/tree/main/paf-mvp-operator-express" "paf-mvp-operator-express"
    
    Client("Operator client<br>(you are here)")
    style Client fill:#ff9a36,stroke:#333,stroke-width:2px
    click Client "https://github.com/OneKey-Network/OneKey-implementation/tree/main/paf-mvp-client-express" "paf-mvp-client-express"
    
    Demo --> Frontend
    linkStyle 0 stroke:#d2d2d2,stroke-width:1px
    Demo --> Operator
    linkStyle 1 stroke:#d2d2d2,stroke-width:1px
    Demo --> Client
    linkStyle 2 stroke:#d2d2d2,stroke-width:1px
    Demo --> Core
    linkStyle 3 stroke:#d2d2d2,stroke-width:1px
    
    Frontend --> Core
    Client --> Core
    Operator --> Core

Readme

Keywords

none

Package Sidebar

Install

npm i @onekey/client-node

Weekly Downloads

1

Version

1.0.21

License

ISC

Unpacked Size

1.59 MB

Total Files

5

Last publish

Collaborators

  • kbenalimadani
  • bleparmentier
  • rlofaso
  • olivier.chirouze