ixje
ixje
I have a use-case in which I want to check if a contract has a subset of the required NEP-17 methods. This function seems to do 99% of what I'm...
It's a bit difficult to properly describe it, so I recorded the behaviour to make make it easier to explain. The circle around the mouse pointer indicates the mouse button...
I was trying to build the example following these steps from the readme ``` npm run build cd example npm install react-native run-ios # or run-android ``` and ran into...
I get the following exception when running it against a remote miner (cgminer 3.7.2) ``` python 27 received = self._receive(sock) 28 finally: ---> 29 sock.shutdown(socket.SHUT_RDWR) 30 sock.close() 31 error: [Errno...
 This happens when I try to create a new neo express instance 
I followed the first quick start tutorial https://ngdenterprise.com/neo-tutorials/quickstart1.html to install the toolkit. Then created a privatenet, followed by attempting to create a new smart contract. Upon choosing a name and...
The documentation on the `signers` property of the launch config (https://github.com/neo-project/neo-debugger/blob/master/docs/debug-config-reference.md#signers) states > Properties for a signers object include: > > account specifies a wallet account, as a Neo N3...
 In the screenshot above I'm hovering over the `entry_script_hash` (line 108 ). It shows no value (the same happens for `calling_script_hash`). These values also are not present in the...
There are use-cases in which you would like to attach more GAS than required to just execute the main code path or exactly specify the attached GAS. This can be...