Hey, guys
I am trying to set up a testnet environment for smart contract development.
I found the following repositories holding binaries:
- GitHub - deroproject/derosuite: DERO: Secure, Anonymous Blockchain with Smart Contracts. Subscribe to Dero announcements by sending mail to lists@dero.io with subject: subscribe announcements
- github.com/deroproject/derohe/
repo 1
It is possible to set up daemon and hook miner onto it in testnet.
Trying to submit a smart contract with curl -X POST --data-binary @token.bas 127.0.0.1:30309/install_sc
(request to a CLI wallet also running using the local daemon) just prints Hello world!
.
Any improperly formatted request results in this output…
What does this mean?
repo 2
The derohe repo contains binaries for Stargate
testnet which I could not get to work even though this release is much newer than the newest one from derosuite.
What am I missing here?
general questions
- Which repository is the right one?
- Is git . dero . io relevant (I can’t include more than 2 links)?
- Which one should be used: AstroBWT or Stargate?
- Where can I find the documentation for the right setup?
I am running Debian 11.
Thanks!