You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi this is a great repo. Do you have anymore setup information? I am new to Java. How do I run this project after I clone the repo and do you have any suggested dev tools to use for debugging? I already have some pricing info and would just need to interface with my pricing. Any other tips would be helpful like getting this running on the Coston test network.
The text was updated successfully, but these errors were encountered:
I have been able to get it going with some success. What is this field from the application.properties and where should I get this value from? data.provider.address
web3.provider=ws://localhost:9650/ext/bc/C/ws (as a data provider you need your own node, so you'll use the node ws endpoint)
data.provider.address=0xF697EE9043be0b8904A14274bb71Db0C92026Ff4 (it's the flr/sgb address of the data provider, the same address people will use to signe the delegation trx)
private.key=0x24a32fbd84ef190c98dd21b3ce9e64299cc7b48ffde4c8842f6fed9f54a55720 (the private key to be able to sign submission/reveal trx)
then implement price provider logic for every symbol in package
Hi this is a great repo. Do you have anymore setup information? I am new to Java. How do I run this project after I clone the repo and do you have any suggested dev tools to use for debugging? I already have some pricing info and would just need to interface with my pricing. Any other tips would be helpful like getting this running on the Coston test network.
The text was updated successfully, but these errors were encountered: