Skip to content
Dwayne Charrington edited this page May 17, 2018 · 2 revisions

Aurelia Steem is an Aurelia based starting application for building web applications utilising the Steem blockchain. The goal of this project is to provide developers with an alternative means of building Steem blockchain-based applications utilising best practices.

  • The codebase is modern ECMAScript 2015+ Javascript authored using TypeScript
  • Webpack 4 for bundling, asset and module management
  • SCSS for styles with the use of partials, variables and other SCSS specific features that allow developers to write cleaner styling
  • Aurelia Store plugin for state management (which wraps RxJS) which allows for better data practices and support for undo/replay and local storage persistence
  • Steem-js module with wrapper and helper functions for interacting with the blockchain is a safe and consistent manner
  • A well-architected and easy to understand codebase that applies modern best practices for structuring and building single page applications

If you're ready to start using Aurelia Steem for your next application, head over to the Getting Started section.

Clone this wiki locally