Skip to content

Instantly share code, notes, and snippets.

View istovatis's full-sized avatar
🍀
Relax, feel the cold outside and code

Stergios Bak. istovatis

🍀
Relax, feel the cold outside and code
View GitHub Profile
@istovatis
istovatis / metadata.json
Last active March 10, 2023 08:49
TokenSwap
{"valueParameterInfo":[],"timeParameterDescriptions":[],"roleDescriptions":[["AAF Provider","The Role that provides AFF"],["RWD Provider","The Role that provides RWD"]],"contractType":"Swap","contractShortDescription":"Atomically exchange of RWD and AFF tokens","contractName":"Swap of RWD and AFF tokens","contractLongDescription":"Waits until one party deposits RWD and the other party deposits dollar tokens. If both parties collaborate it carries the exchange atomically, otherwise parties are refunded.","choiceInfo":[]}
@istovatis
istovatis / gwt_image_path
Created June 8, 2013 14:00
GWT image path
<g:HorizontalPanel horizontalAlignment="ALIGN_RIGHT" width="81px" styleName="flag">
<g:Image ui:field="flag_gr" url="gwtexperimentals/gwt/clean/images/flag_gr.png" width="38px" height="38px"/>
<g:Image ui:field="flag_en" url="gwtexperimentals/gwt/clean/images/flag.png" width="38px" height="38px"/>
</g:HorizontalPanel>