Skip to content

Marionette-Software/marionette-configurator

Repository files navigation

Welcome to Marionette Software Test Drive Configurator!

image

Who is Marionette Test Drive for and what can you do with it?

  1. Teams who want to test the core functionality of Marionette Software to see if Marionette is the right fit for their vision/team/project.

  2. Teams who want to contribute to the improvements of Marionette Software, earn contributor bounties or earn a commercial license for Marionette Software.

  3. Teams who want to understand what does it actually take to run a cryptocurrency and fiat FinTech service.

  4. Teams who want to build their Proof of Concept and seek public and/or private investment with a go to market ready MVP.

  5. Teams can customize the UI with examples and thorough documentation of API's and Architecture.

  1. Teams can introduce their custom plugins and features. From introducing 3rd party services like custom bots, to integrating local banks, payment gateways, liquidity providers, market makers as well as very custom and unique user facing services.

image

What are the limitations of Marionette Public Test Drive?

  1. Marionette Public Test Drive release features limited functionality across the full scope of the software, from Admin to Add-on Features to End-User UI. But it is fully compatible and can be upgraded to the full scope and capabilities of Marionette commercially licensed version of the software.

  2. Marionette Public Test Drive has the standard Admin Panel that doesn't include flexible multi-admin roles and configurable admin capabilities defined by the super admin.

  3. Admin Panel in Marionette Public Test Drive doesn't offer the suite of user behavior and security features available in commercial version of Marionette.

  4. Marionette Public Test Drive CANNOT be used for production purposes as a revenue generating service. The limitations are in the form of a legal agreement attached to Marionette Software repos on GitHub.

Software Licensor: TuneX LLC

Licensor Contacts: admin@tunex.io / humans@marionette.dev

Website: https://marionette.dev/

More info about Public Test Drive: https://marionette.dev/test-drive/

Latest changelog: https://tunex.atlassian.net/wiki/spaces/ID/pages/89489442/

Now let's get started!

Marionette Configurator

Configurator - is a toolset to generate deployment configuration

Marionette Configurator Diagram

Inside

  • User's configuration file global/config.yaml
  • Handlebars templates
  • NodeJS CLI tool m that generates deployment configuration

Get Stated

Please read full guideline of configuration process from scratch on our official portal with documentation

Start in 5 lines:

nvm use 20
(cd tool && npm install)
# ... setup your values in global/config.yaml ...
./m render-config
docker compose up