epam / openvasp-java-client

A reference implementation for a JAVA client for the OpenVASP standard. Not yet compatible with the current OpenVASP protocol version.
MIT License
5 stars 1 forks source link

Investigate where the `src/main/resources/VASP.abi` comes from #29

Open acuarica opened 3 years ago

acuarica commented 3 years ago

The ABI for the contract, src/main/resources/VASP.abi, does not seem to match any contract on the OpenVASP-contracts repo[1]. Investigate where this VASP.abi comes from.

Another option can be to take a look at https://github.com/OpenVASP/openvasp-csharp-client, to see how they implement it.


References

[1] https://github.com/OpenVASP/openvasp-contracts

chriske1337 commented 2 years ago

This VASP.abi was given by the C# implementation team. The java client is using the exact same abi.