@stellarbeat/js-stellarbeat-shared
v6.6.1
Published
Shared code between Stellarbeat frontend and backend
Downloads
18
Readme
js-stellarbeat-shared
Shared code between js-stellarbeat-frontend and js-stellarbeat-backend.
DTO classes like Node, Organization and Network are defined here and can be hydrated from the backend API responses.
Other code like the TrustGraph calculation is used in the backend to calculate and store stats for the live network, and is used in the frontend for simulation purposes.
install dependencies
yarn install
build code:
npm run build
test code:
npm run test