Extending i-WAT With i-WAT, you can define an extended part to create a new currency. The following is a list of such currencies defined by extending i-WAT.
These currencies are distributed with our distribution of i-WAT.
You can define your own new currencies other than above easily, and distribute them.
The following is the instruction of how to do it using Barter Yen as an example.
The following is the content of the XML file to define Barter Yen.
<?xml version="1.0" encoding="UTF-8"?> <iwat-plugin> <name lang="ja">バーター円</name> <name lang="en" default="yes">Barter Yen</name> <ns default="yes" variance="yes">http://www.media-art-online.org/yen/</ns> <unit>yen</unit> <statements lang="ja">バーター円: 発券人は、本券持参人の提示によって清算請求される場合、 提示者と合意しうる財ないし役務をもって清算することを約束します。 この通貨は、日本円を価値の参照基準として参照しています。 </statements> <statements lang="en" default="yes">Barter Yen: The drawer promises to pay by a commodity or service that is agreed with the user, when a user claims for repayment by presenting this ticket. Refer to Japanese yen for the value of this currency. </statements> <default-value>100</default-value> <min-value>10</min-value> <max-value>2000</max-value> <tick-spacing>10</tick-spacing> <banner>images/yen-banner.png</banner> </iwat-plugin>
We recommend that a 72 x 313px PNG image is used.
If you have a copy of JDK (Java Development Kit) for Java 2 Standard Edition and knowledge of programming in Java language, you can extend i-WAT in more elaborate ways by developing a plugin for wija.
We are preparing for releasing the programming interfaces and the instructions for how to use them to extend i-WAT. Please let us know if you intend to extend i-WAT by a wija plugin, so that we can work together.