Smart contracts/dapps etc
-
Hi guys. I couldn't find much info about smart contracts on your site. Can i deploy a smart contract and interact with it? If so, how?
-
ok well i've taken look at the in-browser wallet. I see i can issue an asset. So is there an api which allows me to transfer these assets via my app?
-
The crowdfund and lottery is for example implemented via Smart Contracts (AT)
Burstcoin has implemented http://ciyam.org/at/ Automated Transactions specification.
http://www.ciyam.org/at/at_api.htmlMaybe this is a good place to get started:
https://bitcointalk.org/index.php?topic=949438.msg10396241Burstdev provided tools to implement ATs:
AT-Debugger
https://github.com/BurstProject/ATDebugger
AT-Assembler
https://github.com/BurstProject/ATAssemblerIf you google for 'Automated Transactions' you will find more info.
But as far as i know, there is no real step by step guide for it.I never used it yet, so that is all i can tell you.
-
@givemecredit said:
ok well i've taken look at the in-browser wallet. I see i can issue an asset. So is there an api which allows me to transfer these assets via my app?
Ok, you are not looking for AT, what you need is burst API.
Here is the Burst Asset API
http://localhost:8125/test?requestTag=AE (local)
https://wallet.burst-team.us:8125/test?requestTag=AE (online)There is also a method 'transferAsset'.
-
ok thanks :)
I'll see what i can come up with.
-
I tried downloading/installing the wallet on my mac but when i run the run.sh file i get...
"Exception in thread "main" java.lang.UnsupportedClassVersionError: nxt/Nxt : Unsupported major.minor version 51.0"I checked and i have latest version of Java
-
How did you check it?
Please open command line, and post result of:
java -version
