using Neo.SmartContract.Framework; using Neo.SmartContract.Framework.Services.Neo; using Neo.SmartContract.Framework.Services.System; namespace NeoContract1 { public class Contract1 : SmartContract { public static readonly byte[] pubkey_0 = "036245f426b4522e8a2901be6ccc1f71e37dc376726cc6665d80c5997e240568fb".HexToBytes(); public static bool Main(byte[] signature) { return (VerifySignature(signature, pubkey_0)); } } }
Get Neo Dappgram source-code at: https://github.com/neoresearch/neo-avm-optimizer
Get webpage source-code at: https://github.com/neoresearch/dappgram-web
NeoResearch group - Copyleft 2018-2019 - MIT License