( Version 3.0 )
Virtual Currency is a Joomla! extension that provides functionality, API and resources that can be used to manage virtual currency and virtual goods on Joomla! websites.
You can find documentation on following pages.
You can download Virtual Currency package from the website of ITPrism.
Virtual Currency is under GPLv3 license.
This repository contains code that you should use to create a package. You will be able to install that package via Joomla Extension Manager. You should install ANT on your PC to build a package.
- Download or clone this repository.
- Rename the file build/antconfig.dist.txt to build/antconfig.txt.
- Edit the file build/antconfig.txt. Enter name and version of your package. Enter full path to the folder where you downloaded this repository.
- Open a console and go to folder build.
- Execute
ant
. It will build a package in folder /packages.
ant
You should do pull requests to contribute to this projects.