do-shwhy
do-shwhy
If you can make the your local mainnet forking publicly available, then itself will be a good devnet. And it can be used by normal users if they could change...
There are too many functions like `NotValidBefore` and `Conflict` as well as complicated `Witness-xxx` related things that NEO provided. Not all of them should be supported by every tool. Even...
> We don't have an official SDK Yes. We have for each popular language. I bet you know https://github.com/neo-project/neo-devpack-dotnet which is for C#.
In your context, NEO's nuget itself is the SDK. You purely need nothing but the NEO repo itself to create a transaction on-chain. If you are using C#, just import...
> That's for building contracts `ONLY`. This has no control over node. What we are talking about is functionality for creating an transaction on-chain. FYI, I know that neoburger build...
Every possible tx could be built and serialized locally and send to the RpcServer by this method. https://github.com/neo-project/neo/blob/2fa8f0c91f3814c4a3ac72e6107e8857d22a73e9/src/Plugins/RpcServer/RpcServer.Node.cs#L152-L158
It may related to https://github.com/neo-project/neo/issues/3296
some related reference https://github.com/neo-ngd/neo-dapi-monorepo/blob/master/packages/neo-dapi/README.md#signmessage https://github.com/neo-project/proposals/pull/145/files#r1009320733 https://neoline.io/dapi/N3.html#signMessage