[Webfunds-devel] OpenPGP signed Contracts

E. van der Koogh vdkoogh@mediaport.org
Fri, 26 May 2000 16:04:09 +0100


> As far as I can see now, the following code needs hacking:
> * webfunds/ricardian/Contract.java
>   - this is where all the magic happens
> * webfunds/client/contracts/SignContractWizard.java
>   - this class should not be dealing with X509 stuff at all, so the
>     signature generation code will move to Contract.java

True, AFAIKR that's all the code that's dealing with signing, but check
ContractStore and ContractBrowser just to be sure :)

> My current question is: How does one create a new contract? I'd like
> to have something to play around with.

You just need to have a textfile in a special format, just take a look
at the DigiGold contract and adept to whatever you want :)

Erwin