Hello, I used to use this method for sending transactions on the network: php $endpoint = "v2/byron-wallets/{$this->wallet_id}/transactions"; $data_arr = [ "payments" =>...
Hello. I used to transfer Cardano in this way, but it's not possible anymore. What can I do? $endpoint = "v2/byron-wallets/{$this->wallet_id}/transactions"; $data_ar...
Hi What is difference between (export jar file from scala project and run jar file with scala project.jar) and (sbt run /home/scala-project/ )? Does it affect performance?
Hello How to create a scheduler to run every day at 12 pm with scala?