@hastearcade/server

The sdk to be used to empower developers to leverage the Haste Arcade. The SDK is intended to be used in server side code alongside the developers game logic.

Usage no npm install needed!

<script type="module">
  import hastearcadeServer from 'https://cdn.skypack.dev/@hastearcade/server';
</script>

README

@hastearcade/server

npm version

Overview

The @hastearcade/server sdk empowers developers to leverage the Haste Arcade ecosystem to build Instant Leaderboard Payout (ILP) based games. The SDK is intended to be used only on the server side, but it is required to be used in conjunction with @hastearcade/web. See details here.

See here for an overview of the haste-sdk repository.

Table of Contents

Background

See here for a detailed background.

Setup

See here for a detailed setup guide.

Testing

@hastearcade/server utilizes Jest for running tests. To run all tests in the server package use the following command

npm run test

Documentation

This README and each package's README provides high-level documentation. Additionally the code has been reviewed and comments provided to aid future developers in understanding why certain decisions were made.

More comprehensive documentation can be found here.

License

The haste-sdk repository along with the corresponding npm packages are currently licensed under MIT

Contributing

If you are a developer looking to contribute to the Haste ecosystem please review our Contributing Readme and our Contributing Guidelines

Authors