Coder Social home page Coder Social logo

docs's People

Contributors

canesin avatar cathaldi avatar celia18305 avatar chenzhitong avatar cloud8little avatar corollari avatar cryptomilios avatar fabwa avatar gaijinjoe avatar gouegd avatar hecate2 avatar im-kulikov avatar ixje avatar joeqian10 avatar jonatanblockchain avatar kurisu1996 avatar lerider avatar markved avatar mingxiayan avatar mmate91 avatar nicolegys avatar orion-z avatar peterlinx avatar prodog avatar qingmingzi avatar severinolorillajr avatar superboyiii avatar tyamanaka39 avatar wy avatar zhangtao1596 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

Unable to compile project in VS 2017 Pro, Enterprise and Community

The interface for the Contract1 in the NeoContract template is different from what the documentation says. Doesn't matter which interface I change it to, that interface is not implemented and I get a compile error.

Error CS0246 The type or namespace name 'Framework' could not be found (are you missing a using directive or an assembly reference?) NeoContract \Projects\neo-compiler-master\NeoContract\Contract1.cs 8 Active

Neo-gui testnet

neo-gui.testnet.config file is missing from zip, switch to test network from neo-gui can't be done. Do older versions have it?

[EN] Update NEO Node / API Reference

I will update the API reference section for EN.

I am doing this because it is pretty outdated and it will help a lot of developers, especially with the new invoke methods. This will bring the EN version beyond the CN version.

Do let me know if there is any overlap of work.

Contract Call not compiling

I was testing out the contract call functionality and found the example in the documentation to be broken. I won't suggest any edits because I am still unable to get it to work. I beleive however the decorator should be something like:

[Appcall("XXX")] //hash
public static extern bool AnotherContract();

However my following example produces an error.



    public class Contract1 : VerificationCode
    {
        [Appcall("xxxxxx")]//hash
        public static extern bool AnotherContract(int arg1);

        public static bool Verify(byte[] arg1)
        {

            Runtime.Log("In Main");
            AnotherContract(1);
            return true;
        }
    }

CONVERTTASK : Convert error : System.NullReferenceException: Object reference not set to an instance of an object.

Private Chain - After Broadcast Transaction not credited

Hi, I have established a private chain and was able to get the initial 100 million NEO into my contract address. I tried to transfer the NEO's to one of my 4 wallet's and done all signature process until Broadcast.
Its been an hr but no luck transferring the NEO. In the transaction histroy I can see one transaction.
Am I missing something!!!

Thanks!
Vaduganathan

image

如何把nep5日志里面的scripthash地址转换成neo地址

http://docs.neo.org/zh-cn/exchange/v2.7.3.html
对于转账交易,"state" 中 "value" 对应的数组包含以下四个对象:

[事件,转出账户,转入账户,金额]

数组中的第一个对象,类型为bytearray,值为"7472616e73666572",经过转换,为字符串"transfer"。transfer是 NEP-5 中的一个方法,代表资产转账。

{
"type": "ByteArray",
"value": "7472616e73666572"
}
数组中的的第二个对象,为转出账户地址,类型为bytearray,值为"9393ee15ce6612484ab5be3bbc78c82af8dc0e07",经过转换,为字符串 "AVECC4AcGXfDjm7cGmfGuxVRGTu6FxoQ7h"。

这里这里两个值如何转换?文档里面说的不太清楚

Transaction fails on Private Chain

Hi, I have created a private chain using NEO CLI, I got 100 M neo on the contract, I transferred those to one of the four wallets in the private chain. Now when I try to transfer some(eg. 100)neo to another wallet it fails. And also it is reduced from the wallet from which I transferred.

Hover-over for AntShares node download address URLs leads to old page

on the page:

https://github.com/neo-project/docs/blob/master/en-us/node/introduction.md

When you hover over the links for "The Releases and Source Code" the links go to https://github.com/antshares/ instead of https://github.com/neo-project/

Clicking the link redirects to the correct page, but the hover-over shows the old page.
In contrast, the last link on the page "test network" goes to https://github.com/neo-project/docs/blob/master/en-us/node/testnet.md directly, rather than through a redirect through the old page.

How to use C# to write a NEO smart contract, step 3 fail and no verbose message.

At http://docs.neo.org/en-us/sc/getting-started-csharp.html#compile-the-project
There is no info how to debug this message, or common pitfalls etc.

1>------ Rebuild All started: Project: NeoContract1, Configuration: Debug Any CPU ------
1>  NeoContract1 -> C:\Users\myuser\Documents\Visual Studio 2017\Projects\NeoContract1\NeoContract1\bin\Debug\NeoContract1.dll
1>  Start NeoContract converter, Source File: C:\Users\myuser\Documents\Visual Studio 2017\Projects\NeoContract1\NeoContract1\bin\Debug\NeoContract1.dll
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

Can I manually convert it using neon.exe in order to get a more verbose message? I did update nuget packages before running all the code. ps. the screenshot of the output of neon.exe is a lot more these days.

I also moved neoa, neoj and neon to .net standard 2.0 before build it. But somehow neon.exe outputs version 1.0.1 is that because it uses an outdated neon vm?

Many Links are 404

(de-de/toc.yml) 链接错误:(~/de-de/sc/fw/dotnet/System/ExecutionEngine.md).
(ja-jp/toc.yml) 链接错误:(~/ja-jp/sc/fw/dotnet/neo/Runtime.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/StorageContext.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/getting-started-csharp.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/tutorial/Domain.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/Storage.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/Asset.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/tutorial/Parameter.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/TransactionAttribute.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/Header.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/getting-started-java.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/tutorial/Lock.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/tutorial/HelloWorld.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/Blockchain.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/api/neo.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/Enrollment.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/api/system.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/System/ExecutionEngine.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/contributors.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/tutorial.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/Block.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/TransactionOutput.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/tutorial/deploy-invoke.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/white-paper.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/Account.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/TransactionInput.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/tutorial/call.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/tutorial/Lock2.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/System.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/fw/dotnet/neo/Transaction.md).
(pt-br/toc.yml) 链接错误:(~/pt-br/sc/tutorial/verify.md).
(en-us/toc.yml) 链接错误:(~/en-us/sc/reference/fw/dotnet/neo/TriggerType.md).
(nl-nl/toc.yml) 链接错误:(~/nl-nl/node/api/sendtoadress.md).
(de-de/node/api.md#L60) 链接错误:(~/de-de/network-protocol.md).
(de-de/sc/getting-started-python.md#L172) 链接错误:(~/de-de/sc/en-us/sc/python/smartcont.md).
(de-de/sc/getting-started-python.md#L173) 链接错误:(~/de-de/sc/en-us/sc/python/tests.md).
(de-de/sc/getting-started-python.md#L171) 链接错误:(~/de-de/sc/en-us/sc/python/logging.md).
(de-de/sc/getting-started-python.md#L174) 链接错误:(~/de-de/sc/en-us/sc/python/compiler.md).
(de-de/sc/getting-started-python.md#L170) 链接错误:(~/de-de/sc/en-us/sc/python/prompt.md).
(de-de/sc/fw/dotnet/neo.md#L22) 链接错误:(~/de-de/sc/fw/dotnet/neo/Runtime.md).
(en-us/index.md#L0) 链接错误:(~/styles/index.css).
(fr-fr/node/cli.md#L113) 链接错误:(~/fr-fr/node/private-chain.md).
(ko-kr/sc/tutorial/Domain.md#L68) 链接错误:(~/ko-kr/sc/fw/dotnet/neo/Storage.md).
(ko-kr/sc/tutorial/HelloWorld.md#L15) 链接错误:(~/ko-kr/sc/fw/dotnet/neo/Storage.md).
(ko-kr/sc/tutorial/Lock.md#L20) 链接错误:(~/ko-kr/sc/fw/dotnet/neo/Blockchain.md).
(ko-kr/sc/tutorial/Lock.md#L20) 链接错误:(~/ko-kr/sc/fw/dotnet/neo/Header.md).
(ko-kr/sc/tutorial/Lock2.md#L5) 链接错误:(~/ko-kr/sc/ getting-started.md).
(ko-kr/sc/tutorial/Lock2.md#L7) 链接错误:(~/ko-kr/sc/ tutorial.md).
(tl-tl/sc/getting-started-2015.md#L19) 链接错误:(~/tl-tl/sc/assets/install_core_cross_platform_development_toolset.jpg).
(tl-tl/sc/fw/dotnet/neo.md#L22) 链接错误:(~/tl-tl/sc/fw/dotnet/neo/Runtime.md).
(zh-cn/node/cli/2.7.4/api.md#L132) 链接错误:(~/zh-cn/assets/api_3.jpg).
(zh-cn/node/cli/2.7.4/api.md#L130) 链接错误:(~/zh-cn/node/cli/assets/api_2.jpg).
(zh-cn/sc/tutorial/verify.md#L9) 链接错误:(~/zh-cn/quickstart/getting-started-csharp.md).
(zh-cn/utility/sdk/common.md#L39) 链接错误:(~/zh-cn/utility/node/cli/latest-version/api/validateaddress.md).
(en-us/node/cli/2.7.6/api/sendtoaddress.md#L16) 链接错误:(~/en-us/node/cli/2.7.6/cli.md).
(en-us/sc/quickstart/getting-started-java.md#L221) 链接错误:(~/en-us/sc/tutorial/Lock2.html).
(en-us/sc/quickstart/test.md#L3) 链接错误:(~/en-us/node/cli/api/invokescript.md).
(en-us/sc/reference/fw/dotnet/neo/Contract/Create.md#L21) 链接错误:(~/en-us/sc/reference/tutorial/Parameter.md).
(en-us/sc/reference/fw/dotnet/neo/Contract/Create.md#L23) 链接错误:(~/en-us/sc/reference/tutorial/Parameter.md).
(it-it/sc/fw/dotnet/neo.md#L22) 链接错误:(~/it-it/sc/fw/dotnet/neo/Runtime.md).
(it-it/sc/fw/dotnet/neo/Runtime/CheckWitness.md#L38) 链接错误:(~/it-it/sc/fw/dotnet/neo/Runtime.md).
(it-it/sc/fw/dotnet/neo/Runtime/Log.md#L36) 链接错误:(~/it-it/sc/fw/dotnet/neo/Runtime.md).
(it-it/sc/fw/dotnet/neo/Runtime/Notify.md#L33) 链接错误:(~/it-it/sc/fw/dotnet/neo/Runtime.md).
(ja-jp/sc/fw/dotnet/neo.md#L22) 链接错误:(~/ja-jp/sc/fw/dotnet/neo/Runtime.md).
(ja-jp/sc/fw/dotnet/neo/Runtime/CheckWitness.md#L38) 链接错误:(~/ja-jp/sc/fw/dotnet/neo/Runtime.md).
(ja-jp/sc/fw/dotnet/neo/Runtime/Log.md#L36) 链接错误:(~/ja-jp/sc/fw/dotnet/neo/Runtime.md).
(ja-jp/sc/fw/dotnet/neo/Runtime/Notify.md#L33) 链接错误:(~/ja-jp/sc/fw/dotnet/neo/Runtime.md).
(ja-jp/sc/tutorial/deploy-invoke.md#L12) 链接错误:(~/ja-jp/sc/tutorial/assets/examples/Woolong/Woolong/Woolong.cs).
(ja-jp/sc/tutorial/Lock2.md#L5) 链接错误:(~/ja-jp/sc/getting-started.md).
(ja-jp/sc/tutorial/verify.md#L26) 链接错误:(~/ja-jp/sc/getting-started.md).
(ja-jp/utility/sdk/common.md#L39) 链接错误:(~/ja-jp/utility/sdk/ja-jp/node/api/validateaddress.md).
(nl-nl/node/api.md#L44) 链接错误:(~/nl-nl/node/api/getblock2.md).
(nl-nl/node/network-protocol.md#L155) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/Create.md).
(nl-nl/node/network-protocol.md#L168) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Contract/Create.md).
(nl-nl/sc/getting-started-csharp.md#L12) 链接错误:(~/nl-nl/sc/getting-started-2015.md).
(nl-nl/sc/fw/dotnet/neo.md#L22) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Runtime.md).
(nl-nl/sc/fw/dotnet/neo.md#L35) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/StorageContext2.md).
(nl-nl/sc/fw/dotnet/neo.md#L19) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Contract.md).
(nl-nl/sc/fw/dotnet/neo.md#L29) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Validator.md).
(nl-nl/sc/fw/dotnet/neo/Account.md#L19) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Account/ScriptHash.md).
(nl-nl/sc/fw/dotnet/neo/Account.md#L30) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetAccount.md).
(nl-nl/sc/fw/dotnet/neo/Account.md#L20) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Account/Votes.md).
(nl-nl/sc/fw/dotnet/neo/Account.md#L26) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Account/GetBalance.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L25) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/Owner.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L37) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetAsset.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L19) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/Admin.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L33) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/Renew.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L32) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/Create.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L39) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/Create.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L26) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/Precision.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L21) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/AssetId.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L22) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/AssetType.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L23) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/Available.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L20) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/Amount.md).
(nl-nl/sc/fw/dotnet/neo/Asset.md#L24) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Asset/Issuer.md).
(nl-nl/sc/fw/dotnet/neo/Block.md#L19) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Block/GetTransaction.md).
(nl-nl/sc/fw/dotnet/neo/Block.md#L21) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Block/GetTransactions.md).
(nl-nl/sc/fw/dotnet/neo/Block.md#L25) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetBlock2.md).
(nl-nl/sc/fw/dotnet/neo/Block.md#L20) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Block/GetTransactionCount.md).
(nl-nl/sc/fw/dotnet/neo/Block.md#L25) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetBlock.md).
(nl-nl/sc/fw/dotnet/neo/Blockchain.md#L20) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetAsset.md).
(nl-nl/sc/fw/dotnet/neo/Blockchain.md#L28) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetValidators.md).
(nl-nl/sc/fw/dotnet/neo/Blockchain.md#L19) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetAccount.md).
(nl-nl/sc/fw/dotnet/neo/Blockchain.md#L26) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetHeight.md).
(nl-nl/sc/fw/dotnet/neo/Blockchain.md#L25) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetHeader2.md).
(nl-nl/sc/fw/dotnet/neo/Blockchain.md#L22) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetBlock2.md).
(nl-nl/sc/fw/dotnet/neo/Blockchain.md#L27) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetTransaction.md).
(nl-nl/sc/fw/dotnet/neo/Blockchain.md#L24) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetHeader.md).
(nl-nl/sc/fw/dotnet/neo/Blockchain.md#L23) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetContract.md).
(nl-nl/sc/fw/dotnet/neo/Blockchain.md#L21) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetBlock.md).
(nl-nl/sc/fw/dotnet/neo/Enrollment.md#L22) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Enrollment/PublicKey.md).
(nl-nl/sc/fw/dotnet/neo/Header.md#L25) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Header/Version.md).
(nl-nl/sc/fw/dotnet/neo/Header.md#L22) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Header/NextConsensus.md).
(nl-nl/sc/fw/dotnet/neo/Header.md#L21) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Header/MerkleRoot.md).
(nl-nl/sc/fw/dotnet/neo/Header.md#L29) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetHeader2.md).
(nl-nl/sc/fw/dotnet/neo/Header.md#L19) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Header/ConsensusData.md).
(nl-nl/sc/fw/dotnet/neo/Header.md#L20) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Header/ConsensusData.md).
(nl-nl/sc/fw/dotnet/neo/Header.md#L29) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetHeader.md).
(nl-nl/sc/fw/dotnet/neo/Header.md#L24) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Header/Timestamp.md).
(nl-nl/sc/fw/dotnet/neo/Header.md#L23) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Header/PrevHash.md).
(nl-nl/sc/fw/dotnet/neo/Storage.md#L29) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Storage/Put.md).
(nl-nl/sc/fw/dotnet/neo/Storage.md#L28) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Storage/Get2.md).
(nl-nl/sc/fw/dotnet/neo/Storage.md#L27) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Storage/Get.md).
(nl-nl/sc/fw/dotnet/neo/Storage.md#L32) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Storage/Put4.md).
(nl-nl/sc/fw/dotnet/neo/Storage.md#L30) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Storage/Put2.md).
(nl-nl/sc/fw/dotnet/neo/Storage.md#L31) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Storage/Put3.md).
(nl-nl/sc/fw/dotnet/neo/Storage.md#L19) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Storage/CurrentContext.md).
(nl-nl/sc/fw/dotnet/neo/Storage.md#L26) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Storage/Delete2.md).
(nl-nl/sc/fw/dotnet/neo/Storage.md#L25) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Storage/Delete.md).
(nl-nl/sc/fw/dotnet/neo/StorageContext.md#L22) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Storage/CurrentContext.md).
(nl-nl/sc/fw/dotnet/neo/Transaction.md#L29) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Transaction/GetReferences.md).
(nl-nl/sc/fw/dotnet/neo/Transaction.md#L20) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Transaction/Type.md).
(nl-nl/sc/fw/dotnet/neo/Transaction.md#L28) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Transaction/GetOutputs.md).
(nl-nl/sc/fw/dotnet/neo/Transaction.md#L19) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Transaction/Hash.md).
(nl-nl/sc/fw/dotnet/neo/Transaction.md#L26) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Transaction/GetAttributes.md).
(nl-nl/sc/fw/dotnet/neo/Transaction.md#L27) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Transaction/GetInputs.md).
(nl-nl/sc/fw/dotnet/neo/Transaction.md#L33) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Blockchain/GetTransaction.md).
(nl-nl/sc/fw/dotnet/neo/TransactionAttribute.md#L24) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Transaction/GetAttributes.md).
(nl-nl/sc/fw/dotnet/neo/TransactionAttribute.md#L20) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/TransactionAttribute/Usage.md).
(nl-nl/sc/fw/dotnet/neo/TransactionAttribute.md#L19) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/TransactionAttribute/Data.md).
(nl-nl/sc/fw/dotnet/neo/TransactionInput.md#L31) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Transaction/GetInputs.md).
(nl-nl/sc/fw/dotnet/neo/TransactionInput.md#L9) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/TransactionInput/PrevHash.md).
(nl-nl/sc/fw/dotnet/neo/TransactionInput.md#L26) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/TransactionInput/PrevHash.md).
(nl-nl/sc/fw/dotnet/neo/TransactionInput.md#L10) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/TransactionInput/PrevIndex.md).
(nl-nl/sc/fw/dotnet/neo/TransactionInput.md#L27) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/TransactionInput/PrevIndex.md).
(nl-nl/sc/fw/dotnet/neo/TransactionOutput.md#L23) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/TransactionOutput/AssetId.md).
(nl-nl/sc/fw/dotnet/neo/TransactionOutput.md#L25) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/TransactionOutput/Value.md).
(nl-nl/sc/fw/dotnet/neo/TransactionOutput.md#L30) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/Transaction/GetOutputs.md).
(nl-nl/sc/fw/dotnet/neo/TransactionOutput.md#L24) 链接错误:(~/nl-nl/sc/fw/dotnet/neo/TransactionOutput/ScriptHash.md).
(nl-nl/sc/fw/dotnet/System/ExecutionEngine.md#L22) 链接错误:(~/nl-nl/sc/fw/dotnet/System/ExecutionEngine/ScriptContainer.md).
(nl-nl/sc/fw/dotnet/System/ExecutionEngine.md#L20) 链接错误:(~/nl-nl/sc/fw/dotnet/System/ExecutionEngine/EntryScriptHash.md).
(nl-nl/sc/fw/dotnet/System/ExecutionEngine.md#L21) 链接错误:(~/nl-nl/sc/fw/dotnet/System/ExecutionEngine/ExecutingScriptHash.md).
(nl-nl/sc/fw/dotnet/System/ExecutionEngine.md#L19) 链接错误:(~/nl-nl/sc/fw/dotnet/System/ExecutionEngine/CallingScriptHash.md).
(pt-br/node/network-protocol.md#L154) 链接错误:(~/pt-br/sc/fw/dotnet/Neo/Contract/Create.md).
(pt-br/node/network-protocol.md#L143) 链接错误:(~/pt-br/sc/fw/dotnet/Neo/Asset/Create.md).
(pt-br/node/network-protocol.md#L144) 链接错误:(~/pt-br/sc/api/Neo.md).
(pt-br/node/network-protocol.md#L155) 链接错误:(~/pt-br/sc/api/Neo.md).
(pt-br/node/setup.md#L5) 链接错误:(~/pt-br/node/node/gui.md).
(pt-br/sc/api.md#L12) 链接错误:(~/pt-br/sc/api/neo.md).
(pt-br/sc/api.md#L13) 链接错误:(~/pt-br/sc/api/system.md).
(pt-br/sc/api.md#L5) 链接错误:(~/pt-br/sc/tutorial.md).
(pt-br/sc/fw.md#L5) 链接错误:(~/pt-br/sc/fw/dotnet.md).
(tl-tl/exchange.md#L24) 链接错误:(~/tl-tl/node/setup.html).
(tl-tl/exchange.md#L161) 链接错误:(~/tl-tl/node/api/sendtoaddress.html).
(tl-tl/exchange.md#L167) 链接错误:(~/tl-tl/node/api/sendmany.html).
(tl-tl/exchange.md#L117) 链接错误:(~/tl-tl/node/api/getblock2.html).
(tl-tl/exchange.md#L138) 链接错误:(~/tl-tl/node/api/getblock2.html).
(tl-tl/exchange.md#L51) 链接错误:(~/tl-tl/node/cli.html).
(tl-tl/exchange.md#L61) 链接错误:(~/tl-tl/node/api.html).
(tl-tl/exchange.md#L4) 链接错误:(~/tl-tl/index.html).
(tl-tl/exchange.md#L99) 链接错误:(~/tl-tl/node/api/getnewaddress.html).
(zh-cn/node/cli/2.7.4/api/sendtoaddress.md#L16) 链接错误:(~/zh-cn/node/cli/2.7.4/cli.md).
(zh-cn/node/cli/2.7.6/api.md#L135) 链接错误:(~/zh-cn/assets/api_3.jpg).
(zh-cn/node/cli/2.7.6/api.md#L133) 链接错误:(~/zh-cn/node/cli/assets/api_2.jpg).
(zh-cn/node/cli/2.7.6/api.md#L28) 链接错误:(~/zh-cn/node/cli/introduction.md).
(zh-cn/node/cli/2.7.6/api/getassetstate.md#L13) 链接错误:(~/zh-cn/node/cli/2.7.6/cli.md).
(zh-cn/node/cli/2.7.6/api/getbalance.md#L18) 链接错误:(~/zh-cn/node/cli/2.7.6/cli.md).
(zh-cn/node/cli/2.7.6/api/sendfrom.md#L18) 链接错误:(~/zh-cn/node/cli/2.7.6/cli.md).
(zh-cn/node/cli/2.7.6/api/sendmany.md#L22) 链接错误:(~/zh-cn/node/cli/2.7.6/cli.md).
(zh-cn/sc/reference/fw/dotnet/neo/Contract/Create.md#L21) 链接错误:(~/zh-cn/sc/reference/tutorial/Parameter.md).
(zh-cn/sc/reference/fw/dotnet/neo/Contract/Create.md#L23) 链接错误:(~/zh-cn/sc/reference/tutorial/Parameter.md).
(zh-cn/sc/reference/fw/dotnet/neo/Contract/Migrate.md#L21) 链接错误:(~/zh-cn/sc/reference/tutorial/Parameter.md).
(zh-cn/sc/reference/fw/dotnet/neo/Contract/Migrate.md#L23) 链接错误:(~/zh-cn/sc/reference/tutorial/Parameter.md).
(en-us/exchange/v2.7.4.md#L137) 链接错误:(~/en-us/node/cli/api/getnewaddress.md).
(en-us/exchange/v2.7.4.md#L154) 链接错误:(~/en-us/node/cli/api/getblock2.md).
(en-us/exchange/v2.7.4.md#L191) 链接错误:(~/en-us/node/cli/api/getblock2.md).
(en-us/exchange/v2.7.4.md#L213) 链接错误:(~/en-us/node/cli/api/sendtoaddress.md).
(en-us/exchange/v2.7.4.md#L219) 链接错误:(~/en-us/node/cli/api/sendmany.md).
(en-us/exchange/v2.7.4.md#L79) 链接错误:(~/en-us/node/cli/api.md).
(en-us/exchange/v2.7.6.md#L135) 链接错误:(~/en-us/node/cli/api/getnewaddress.md).
(en-us/exchange/v2.7.6.md#L152) 链接错误:(~/en-us/node/cli/api/getblock2.md).
(en-us/exchange/v2.7.6.md#L189) 链接错误:(~/en-us/node/cli/api/getblock2.md).
(en-us/exchange/v2.7.6.md#L211) 链接错误:(~/en-us/node/cli/api/sendtoaddress.md).
(en-us/exchange/v2.7.6.md#L217) 链接错误:(~/en-us/node/cli/api/sendmany.md).
(en-us/node/cli/2.7.4/api.md#L132) 链接错误:(~/en-us/assets/api_3.jpg).
(en-us/node/cli/2.7.4/api.md#L65) 链接错误:(~/en-us/node/cli/2.7.4/network-protocol.md).
(en-us/node/cli/2.7.4/api.md#L30) 链接错误:(~/en-us/node/cli/introduction.md).
(en-us/node/cli/2.7.4/api.md#L130) 链接错误:(~/en-us/zh-cn/node/assets/api_2.jpg).
(en-us/node/cli/2.7.4/api/getassetstate.md#L13) 链接错误:(~/en-us/node/cli/2.7.4/cli.md).
(en-us/node/cli/2.7.4/api/getbalance.md#L16) 链接错误:(~/en-us/node/cli/2.7.4/cli.md).
(en-us/node/cli/2.7.6/api/getassetstate.md#L13) 链接错误:(~/en-us/node/cli/2.7.6/cli.md).
(en-us/node/cli/2.7.6/api/getbalance.md#L18) 链接错误:(~/en-us/node/cli/2.7.6/cli.md).
(en-us/node/cli/2.7.6/api/sendmany.md#L22) 链接错误:(~/en-us/node/cli/2.7.6/cli.MD).
(en-us/sc/quickstart/deploy-invoke.md#L9) 链接错误:(~/en-us/node/gui.md).
(en-us/sc/quickstart/deploy-invoke.md#L72) 链接错误:(~/en-us/node/cli/latest-version/api/invoke.html).
(en-us/sc/quickstart/getting-started-2015.md#L76) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_18-52-10.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L26) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_13-45-48.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L19) 链接错误:(~/en-us/sc/quickstart/assets/install_core_cross_platform_development_toolset.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L98) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_16-31-55.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L23) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_13-47-10.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L68) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_18-46-05.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L48) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_15-50-48.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L90) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_16-27-40.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L64) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_18-37-05.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L82) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_16-08-48.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L30) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_9-48-54.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L86) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_16-25-09.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L94) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_16-28-39.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L56) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_18-22-39.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L72) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_18-48-11.jpg).
(en-us/sc/quickstart/getting-started-2015.md#L138) 链接错误:(~/en-us/sc/quickstart/tutorial.md).
(en-us/sc/quickstart/getting-started-2015.md#L40) 链接错误:(~/en-us/sc/quickstart/assets/2017-05-10_15-38-46.jpg).
(en-us/sc/reference/fw/dotnet/neo/Runtime/Trigger.md#L15) 链接错误:(~/en-us/sc/reference/fw/dotnet/neo/TriggerType.md).
(es-es/sc/fw/dotnet/Neo/Asset.md#L38) 链接错误:(~/es-es/sc/fw/dotnet/Neo/Blockchain/CreateAsset.md).
(es-es/sc/fw/dotnet/Neo/Blockchain.md#L29) 链接错误:(~/es-es/sc/fw/dotnet/Neo/Blockchain/RegisterValidator.md).
(es-es/sc/fw/dotnet/Neo/Contract.md#L33) 链接错误:(~/es-es/sc/fw/dotnet/Neo/Blockchain/CreateContract.md).
(es-es/sc/fw/dotnet/Neo/Contract.md#L26) 链接错误:(~/es-es/sc/fw/dotnet/Neo/Contract/Migrate.md).
(it-it/exchange.md#L662) 链接错误:(~/it-it/sc/assets/gasflow_en.png).
(it-it/exchange.md#L156) 链接错误:(~/it-it/node/api/sendtoaddress.html).
(it-it/exchange.md#L97) 链接错误:(~/it-it/node/api/getnewaddress.html).
(it-it/exchange.md#L162) 链接错误:(~/it-it/node/api/sendmany.html).
(it-it/exchange.md#L3) 链接错误:(~/it-it/index.html).
(it-it/exchange.md#L22) 链接错误:(~/it-it/node/setup.html).
(it-it/exchange.md#L49) 链接错误:(~/it-it/node/cli.html).
(it-it/exchange.md#L113) 链接错误:(~/it-it/node/api/getblock2.html).
(it-it/exchange.md#L134) 链接错误:(~/it-it/node/api/getblock2.html).
(it-it/exchange.md#L59) 链接错误:(~/it-it/node/api.html).
(it-it/node/introduction.md#L6) 链接错误:(~/it-it/node/protocollo-di-rete.md).
(ja-jp/exchange/general.md#L3) 链接错误:(~/ja-jp/index.html).
(ja-jp/exchange/v2.6.0.md#L163) 链接错误:(~/ja-jp/exchange/(node/api/sendmany.html)).
(ja-jp/exchange/v2.6.0.md#L97) 链接错误:(~/ja-jp/exchange/node/api/getnewaddress.html).
(ja-jp/exchange/v2.6.0.md#L59) 链接错误:(~/ja-jp/exchange/node/api.html).
(ja-jp/exchange/v2.6.0.md#L157) 链接错误:(~/ja-jp/exchange/node/api/sendtoaddress.html).
(ja-jp/exchange/v2.6.0.md#L22) 链接错误:(~/ja-jp/exchange/node/setup.html).
(ja-jp/exchange/v2.6.0.md#L114) 链接错误:(~/ja-jp/exchange/node/api/getblock2.html).
(ja-jp/exchange/v2.6.0.md#L135) 链接错误:(~/ja-jp/exchange/node/api/getblock2.html).
(ja-jp/exchange/v2.6.0.md#L49) 链接错误:(~/ja-jp/exchange/node/cli.html).
(ja-jp/exchange/v2.6.0.md#L682) 链接错误:(~/ja-jp/exchange/sc/assets/gasflow_jp.png).
(ja-jp/exchange/v2.6.0.md#L190) 链接错误:(~/ja-jp/assets/notification_1.jpg).
(ja-jp/exchange/v2.6.0.md#L192) 链接错误:(~/ja-jp/assets/notification_2.jpg).
(ja-jp/node/gui.md#L245) 链接错误:(~/images/gui/2017-07-04_11-59-35.png).
(nl-nl/sc/tutorial/deploy-invoke.md#L0) 链接错误:(~/nl-nl/sc/tutorial/assets/img/deploy.png).
(nl-nl/sc/tutorial/deploy-invoke.md#L14) 链接错误:(~/nl-nl/sc/tutorial/assets/examples/Woolong.cs.md).
(nl-nl/sc/tutorial/verify.md#L26) 链接错误:(~/nl-nl/sc/getting-started.md).
(pt-br/node/api.md#L60) 链接错误:(~/pt-br/node/api/sendmany.md).
(pt-br/node/api.md#L55) 链接错误:(~/pt-br/node/api/getpeers.md).
(pt-br/node/api.md#L51) 链接错误:(~/pt-br/node/api/getblocksysfee.md).
(pt-br/node/api.md#L54) 链接错误:(~/pt-br/node/api/getnewaddress.md).
(pt-br/node/api.md#L64) 链接错误:(~/pt-br/node/api/validateaddress.md).
(pt-br/node/api.md#L63) 链接错误:(~/pt-br/node/api/submitblock.md).
(pt-br/node/api.md#L42) 链接错误:(~/pt-br/node/api/dumpprivkey.md).
(pt-br/node/gui.md#L462) 链接错误:(~/pt-br/sc/getting-started.md).
(tl-tl/sc/fw/dotnet/neo/Runtime/CheckWitness.md#L38) 链接错误:(~/tl-tl/sc/fw/dotnet/neo/Runtime.md).
(tl-tl/sc/fw/dotnet/neo/Runtime/Log.md#L36) 链接错误:(~/tl-tl/sc/fw/dotnet/neo/Runtime.md).
(tl-tl/sc/fw/dotnet/neo/Runtime/Notify.md#L33) 链接错误:(~/tl-tl/sc/fw/dotnet/neo/Runtime.md).
(zh-cn/index.md#L0) 链接错误:(~/styles/index.css).
(zh-cn/exchange/v2.6.0.md#L163) 链接错误:(~/zh-cn/node/cli/api/sendtoaddress.md).
(zh-cn/exchange/v2.6.0.md#L118) 链接错误:(~/zh-cn/node/cli/api/getblock2.md).
(zh-cn/exchange/v2.6.0.md#L139) 链接错误:(~/zh-cn/node/cli/api/getblock2.md).
(zh-cn/exchange/v2.6.0.md#L61) 链接错误:(~/zh-cn/node/cli/api.md).
(zh-cn/exchange/v2.6.0.md#L100) 链接错误:(~/zh-cn/node/cli/api/getnewaddress.md).
(zh-cn/exchange/v2.6.0.md#L169) 链接错误:(~/zh-cn/node/cli/api/sendmany.md).
(zh-cn/exchange/v2.7.1.md#L174) 链接错误:(~/zh-cn/node/cli/api/sendtoaddress.md).
(zh-cn/exchange/v2.7.1.md#L119) 链接错误:(~/zh-cn/node/cli/api/getblock2.md).
(zh-cn/exchange/v2.7.1.md#L150) 链接错误:(~/zh-cn/node/cli/api/getblock2.md).
(zh-cn/exchange/v2.7.1.md#L204) 链接错误:(~/zh-cn/node/cli/api/getapplicationlog.html).
(zh-cn/exchange/v2.7.1.md#L62) 链接错误:(~/zh-cn/node/cli/api.md).
(zh-cn/exchange/v2.7.1.md#L101) 链接错误:(~/zh-cn/node/cli/api/getnewaddress.md).
(zh-cn/exchange/v2.7.1.md#L180) 链接错误:(~/zh-cn/node/cli/api/sendmany.md).
(zh-cn/exchange/v2.7.3.md#L135) 链接错误:(~/zh-cn/node/api/getnewaddress.md).
(zh-cn/exchange/v2.7.3.md#L208) 链接错误:(~/zh-cn/node/api/sendtoaddress.md).
(zh-cn/exchange/v2.7.3.md#L76) 链接错误:(~/zh-cn/node/api.md).
(zh-cn/exchange/v2.7.3.md#L153) 链接错误:(~/zh-cn/node/api/getblock2.md).
(zh-cn/exchange/v2.7.3.md#L184) 链接错误:(~/zh-cn/node/api/getblock2.md).
(zh-cn/exchange/v2.7.3.md#L66) 链接错误:(~/zh-cn/node/cli.md).
(zh-cn/exchange/v2.7.3.md#L23) 链接错误:(~/zh-cn/node/setup.md).
(zh-cn/exchange/v2.7.3.md#L214) 链接错误:(~/zh-cn/node/api/sendmany.md).
(zh-cn/exchange/v2.7.4.md#L135) 链接错误:(~/zh-cn/node/api/getnewaddress.md).
(zh-cn/exchange/v2.7.4.md#L208) 链接错误:(~/zh-cn/node/api/sendtoaddress.md).
(zh-cn/exchange/v2.7.4.md#L76) 链接错误:(~/zh-cn/node/api.md).
(zh-cn/exchange/v2.7.4.md#L153) 链接错误:(~/zh-cn/node/api/getblock2.md).
(zh-cn/exchange/v2.7.4.md#L184) 链接错误:(~/zh-cn/node/api/getblock2.md).
(zh-cn/exchange/v2.7.4.md#L66) 链接错误:(~/zh-cn/node/cli.md).
(zh-cn/exchange/v2.7.4.md#L23) 链接错误:(~/zh-cn/node/setup.md).
(zh-cn/exchange/v2.7.4.md#L214) 链接错误:(~/zh-cn/node/api/sendmany.md).
(zh-cn/exchange/v2.7.6.md#L171) 链接错误:(~/zh-cn/node/api/getnewaddress.md).
(zh-cn/exchange/v2.7.6.md#L244) 链接错误:(~/zh-cn/node/api/sendtoaddress.md).
(zh-cn/exchange/v2.7.6.md#L189) 链接错误:(~/zh-cn/node/api/getblock2.md).
(zh-cn/exchange/v2.7.6.md#L220) 链接错误:(~/zh-cn/node/api/getblock2.md).
(zh-cn/exchange/v2.7.6.md#L102) 链接错误:(~/zh-cn/node/cli.md).
(zh-cn/exchange/v2.7.6.md#L59) 链接错误:(~/zh-cn/node/setup.md).
(zh-cn/exchange/v2.7.6.md#L250) 链接错误:(~/zh-cn/node/api/sendmany.md).
(zh-cn/exchange/v2.8.0.md#L135) 链接错误:(~/zh-cn/node/api/getnewaddress.md).
(zh-cn/exchange/v2.8.0.md#L208) 链接错误:(~/zh-cn/node/api/sendtoaddress.md).
(zh-cn/exchange/v2.8.0.md#L153) 链接错误:(~/zh-cn/node/api/getblock2.md).
(zh-cn/exchange/v2.8.0.md#L184) 链接错误:(~/zh-cn/node/api/getblock2.md).
(zh-cn/exchange/v2.8.0.md#L66) 链接错误:(~/zh-cn/node/cli.md).
(zh-cn/exchange/v2.8.0.md#L23) 链接错误:(~/zh-cn/node/setup.md).
(zh-cn/exchange/v2.8.0.md#L214) 链接错误:(~/zh-cn/node/api/sendmany.md).
(zh-cn/network/testnet.md#L50) 链接错误:(~/zh-cn/node/gui.md).
(de-de/getting-started.md#L4) 链接错误:(~/de-de/sc/Einführung.md).
(de-de/sc/getting-started-csharp.md#L9) 链接错误:(~/de-de/sc/getting-started-2015.md).
(de-de/sc/fw/dotnet/System.md#L10) 链接错误:(~/de-de/sc/fw/dotnet/System/ExecutionEngine.md).
(de-de/sc/fw/dotnet/neo/Runtime/CheckWitness.md#L38) 链接错误:(~/de-de/sc/fw/dotnet/neo/Runtime.md).
(de-de/sc/fw/dotnet/neo/Runtime/Log.md#L36) 链接错误:(~/de-de/sc/fw/dotnet/neo/Runtime.md).
(de-de/sc/fw/dotnet/neo/Runtime/Notify.md#L33) 链接错误:(~/de-de/sc/fw/dotnet/neo/Runtime.md).
(de-de/sc/tutorial/deploy-invoke.md#L0) 链接错误:(~/de-de/sc/tutorial/assets/img/deploy.png).
(de-de/sc/tutorial/deploy-invoke.md#L12) 链接错误:(~/de-de/sc/tutorial/assets/examples/Woolong.cs.md).
(en-us/exchange/general.md#L3) 链接错误:(~/en-us/index.html).
(en-us/exchange/v2.6.0.md#L99) 链接错误:(~/en-us/node/cli/api/getnewaddress.md).
(en-us/exchange/v2.6.0.md#L116) 链接错误:(~/en-us/node/cli/api/getblock2.md).
(en-us/exchange/v2.6.0.md#L137) 链接错误:(~/en-us/node/cli/api/getblock2.md).
(en-us/exchange/v2.6.0.md#L159) 链接错误:(~/en-us/node/cli/api/sendtoaddress.md).
(en-us/exchange/v2.6.0.md#L165) 链接错误:(~/en-us/node/cli/api/sendmany.md).
(en-us/exchange/v2.6.0.md#L61) 链接错误:(~/en-us/node/cli/api.md).
(en-us/exchange/v2.7.1.md#L101) 链接错误:(~/en-us/node/cli/api/getnewaddress.md).
(en-us/exchange/v2.7.1.md#L118) 链接错误:(~/en-us/node/cli/api/getblock2.md).
(en-us/exchange/v2.7.1.md#L155) 链接错误:(~/en-us/node/cli/api/getblock2.md).
(en-us/exchange/v2.7.1.md#L177) 链接错误:(~/en-us/node/cli/api/sendtoaddress.md).
(en-us/exchange/v2.7.1.md#L183) 链接错误:(~/en-us/node/cli/api/sendmany.md).
(en-us/exchange/v2.7.1.md#L63) 链接错误:(~/en-us/node/cli/api.md).
(en-us/exchange/v2.7.3.md#L137) 链接错误:(~/en-us/node/cli/api/getnewaddress.md).
(en-us/exchange/v2.7.3.md#L154) 链接错误:(~/en-us/node/cli/api/getblock2.md).
(en-us/exchange/v2.7.3.md#L191) 链接错误:(~/en-us/node/cli/api/getblock2.md).
(en-us/exchange/v2.7.3.md#L213) 链接错误:(~/en-us/node/cli/api/sendtoaddress.md).
(en-us/exchange/v2.7.3.md#L219) 链接错误:(~/en-us/node/cli/api/sendmany.md).
(en-us/exchange/v2.7.3.md#L79) 链接错误:(~/en-us/node/cli/api.md).
(en-us/node/cli/2.7.4/api/sendmany.md#L22) 链接错误:(~/en-us/node/cli/2.7.4/cli.MD).
(en-us/node/cli/2.7.4/api/sendrawtransaction.md#L3) 链接错误:(~/en-us/node/cli/2.7.4/network-protocol.md).
(en-us/node/cli/2.7.4/api/sendtoaddress.md#L16) 链接错误:(~/en-us/node/cli/2.7.4/cli.md).
(en-us/node/cli/2.7.6/api.md#L133) 链接错误:(~/en-us/assets/api_3.jpg).
(en-us/node/cli/2.7.6/api.md#L66) 链接错误:(~/en-us/node/cli/2.7.6/network-protocol.md).
(en-us/node/cli/2.7.6/api.md#L30) 链接错误:(~/en-us/node/cli/introduction.md).
(en-us/node/cli/2.7.6/api.md#L131) 链接错误:(~/en-us/zh-cn/node/assets/api_2.jpg).
(en-us/sc/reference/fw/dotnet/neo/Contract/Migrate.md#L21) 链接错误:(~/en-us/sc/reference/tutorial/Parameter.md).
(en-us/sc/reference/fw/dotnet/neo/Contract/Migrate.md#L23) 链接错误:(~/en-us/sc/reference/tutorial/Parameter.md).
(en-us/sc/tutorial/Lock2.md#L113) 链接错误:(~/en-us/sc/tutorial/Parameter.md).
(en-us/sc/tutorial/verify.md#L62) 链接错误:(~/en-us/sc/tutorial/Parameter.md).
(en-us/sc/tutorial/verify.md#L9) 链接错误:(~/en-us/sc/getting-started-csharp.md).
(en-us/utility/sdk/common.md#L39) 链接错误:(~/en-us/node/cli/api/validateaddress.md).
(es-es/node/gui.md#L417) 链接错误:(~/es-es/sc/getting-started.md).
(it-it/sc/getting-started-2015.md#L30) 链接错误:(~/it-it/sc/assets/2017-05-10_9-48-54.jpg).
(it-it/sc/getting-started-2015.md#L92) 链接错误:(~/it-it/sc/assets/2017-05-10_16-27-40.jpg).
(it-it/sc/getting-started-2015.md#L56) 链接错误:(~/it-it/sc/assets/2017-05-10_18-22-39.jpg).
(it-it/sc/getting-started-2015.md#L66) 链接错误:(~/it-it/sc/assets/2017-05-10_18-37-05.jpg).
(it-it/sc/getting-started-2015.md#L78) 链接错误:(~/it-it/sc/assets/2017-05-10_18-52-10.jpg).
(it-it/sc/getting-started-2015.md#L88) 链接错误:(~/it-it/sc/assets/2017-05-10_16-25-09.jpg).
(it-it/sc/getting-started-2015.md#L70) 链接错误:(~/it-it/sc/assets/2017-05-10_18-46-05.jpg).
(it-it/sc/getting-started-2015.md#L26) 链接错误:(~/it-it/sc/assets/2017-05-10_13-45-48.jpg).
(it-it/sc/getting-started-2015.md#L84) 链接错误:(~/it-it/sc/assets/2017-05-10_16-08-48.jpg).
(it-it/sc/getting-started-2015.md#L40) 链接错误:(~/it-it/sc/assets/2017-05-10_15-38-46.jpg).
(it-it/sc/getting-started-2015.md#L19) 链接错误:(~/it-it/sc/assets/install_core_cross_platform_development_toolset.jpg).
(it-it/sc/getting-started-2015.md#L96) 链接错误:(~/it-it/sc/assets/2017-05-10_16-28-39.jpg).
(it-it/sc/getting-started-2015.md#L74) 链接错误:(~/it-it/sc/assets/2017-05-10_18-48-11.jpg).
(it-it/sc/getting-started-2015.md#L23) 链接错误:(~/it-it/sc/assets/2017-05-10_13-47-10.jpg).
(it-it/sc/getting-started-2015.md#L48) 链接错误:(~/it-it/sc/assets/2017-05-10_15-50-48.jpg).
(it-it/sc/getting-started-2015.md#L100) 链接错误:(~/it-it/sc/assets/2017-05-10_16-31-55.jpg).
(it-it/sc/getting-started-csharp.md#L105) 链接错误:(~/it-it/sc/assets/compile_smart_contract.png).
(it-it/sc/tutorial/verify.md#L26) 链接错误:(~/it-it/sc/getting-started.md).
(ja-jp/sc/api.md#L11) 链接错误:(~/ja-jp/sc/api/antshares.md).
(ja-jp/sc/getting-started-csharp.md#L12) 链接错误:(~/ja-jp/sc/getting-started-2015.md).
(ja-jp/utility/sdk/introduction.md#L3) 链接错误:(~/ja-jp/utility/sdk/ja-jp/sc/introduction.md).
(ko-kr/node/API.md#L46) 链接错误:(~/ko-kr/node/api/getblockcount.md).
(ko-kr/node/API.md#L52) 链接错误:(~/ko-kr/node/api/sendrawtransaction.md).
(ko-kr/node/API.md#L47) 链接错误:(~/ko-kr/node/api/getblockhash.md).
(ko-kr/node/API.md#L53) 链接错误:(~/ko-kr/node/api/sendtoaddress.md).
(ko-kr/node/API.md#L50) 链接错误:(~/ko-kr/node/api/getrawtransaction.md).
(ko-kr/node/API.md#L48) 链接错误:(~/ko-kr/node/api/getconnectioncount.md).
(ko-kr/node/API.md#L43) 链接错误:(~/ko-kr/node/api/getbestblockhash.md).
(ko-kr/node/API.md#L42) 链接错误:(~/ko-kr/node/api/getbalance.md).
(ko-kr/node/API.md#L51) 链接错误:(~/ko-kr/node/api/gettxout.md).
(ko-kr/node/API.md#L49) 链接错误:(~/ko-kr/node/api/getrawmempool.md).
(ko-kr/node/API.md#L45) 链接错误:(~/ko-kr/node/api/getblock2.md).
(ko-kr/node/API.md#L44) 链接错误:(~/ko-kr/node/api/getblock.md).
(ko-kr/node/network-protocol.md#L170) 链接错误:(~/ko-kr/sc/fw/dotnet/neo/Contract/Create.md).
(ko-kr/node/network-protocol.md#L159) 链接错误:(~/ko-kr/sc/api/neo.md).
(ko-kr/node/network-protocol.md#L172) 链接错误:(~/ko-kr/sc/api/neo.md).
(ko-kr/node/network-protocol.md#L157) 链接错误:(~/ko-kr/sc/fw/dotnet/neo/Asset/Create.md).
(ko-kr/sc/api.md#L13) 链接错误:(~/ko-kr/sc/api/neo.md).
(ko-kr/sc/api.md#L14) 链接错误:(~/ko-kr/sc/api/system.md).
(ko-kr/sc/fw.md#L5) 链接错误:(~/ko-kr/sc/fw/dotnet.md).
(ko-kr/sc/getting-started-csharp.md#L12) 链接错误:(~/ko-kr/sc/getting-started-2015.md).
(zh-cn/node/cli/2.7.6/api/sendtoaddress.md#L16) 链接错误:(~/zh-cn/node/cli/2.7.6/cli.md).
(zh-cn/node/gui/other.md#L9) 链接错误:(~/zh-cn/index.html#neo-的管理模式).
(zh-cn/sc/quickstart/deploy-invoke.md#L9) 链接错误:(~/zh-cn/node/gui.md).
(zh-cn/sc/quickstart/deploy-invoke.md#L72) 链接错误:(~/zh-cn/node/cli/latest-version/api/invoke.html).
(zh-cn/sc/quickstart/getting-started-csharp.md#L120) 链接错误:(~/zh-cn/sc/tutorial.md).
(zh-cn/sc/quickstart/getting-started-java.md#L89) 链接错误:(~/zh-cn/sc/quickstart/tutorial.md).
(zh-cn/sc/quickstart/test.md#L3) 链接错误:(~/zh-cn/node/cli/latest-version/api/invokescript.md).
(it-it/exchange.md#L7) 链接错误:(#deploying-a-neo-node-on-server)
(it-it/exchange.md#L8) 链接错误:(#creating-a-wallet-and-deposit-addresses)
(it-it/exchange.md#L9) 链接错误:(#dealing-with-global-assets-transactions)
(it-it/exchange.md#L10) 链接错误:(#dealing-with-nep-5-assets-transactions)
(it-it/exchange.md#L11) 链接错误:(#optional-distributing-gas-to-users)
(ja-jp/exchange/v2.6.0.md#L7) 链接错误:(#NEOノードのサー バへのデプロイ)
(ja-jp/exchange/v2.6.0.md#L8) 链接错误:(#ウォレットと預 金アドレスの作成)
(ja-jp/exchange/v2.6.0.md#L10) 链接错误:(#NEP-5資産の取引の取り扱い)
(ja-jp/exchange/v2.6.0.md#L11) 链接错误:(#(オプション)ユーザへのGASの配布)
(it-it/sc/tutorial.md#L45) 链接错误:(systemfees.md#smart-contract-fees)
(zh-cn/sc/quickstart/getting-started-csharp.md#L46) 链接错误:(../../faq.md#发布-neon-时提示-nuget-错误)
(zh-cn/sc/quickstart/getting-started-csharp.md#L48) 链接错误:(../../faq.md#无法复制-neondll)
(zh-cn/sc/quickstart/getting-started-csharp.md#L85) 链接错误:(../../faq.md#缺少-api-ms-win-core-console-l2-1-0dll-文件)
(zh-cn/sc/quickstart/getting-started-csharp.md#L102) 链接错误:(../../faq.md#新建的-neocontract-项目找不到-neo-命名空间)
(zh-cn/sc/quickstart/getting-started-csharp.md#L118) 链接错误:(../../faq.md#编译-neocontract-时卡在-start-neocontract-converter-这一步)
(zh-cn/exchange/v2.6.0.md#L13) 链接错误:(#(可选)给用户分发-gas)
(it-it/sc/tutorial/deploy-invoke.md#L45) 链接错误:(../api/neo.md#readwrite-api)
(de-de/sc/tutorial.md#L42) 链接错误: (systemfees.md#smart-contract-fees)
(ja-jp/sc/tutorial/deploy-invoke.md#L47) 链接错误:(../api/neo.md#readwrite-api)
(tl-tl/node/gui.md#L160) 链接错误:(#Signature)
(tl-tl/node/gui.md#L222) 链接错误:(#sign)
(tl-tl/exchange.md#L9) 链接错误:(#deploying-a-neo-node-on-server)
(tl-tl/exchange.md#L10) 链接错误:(#creating-a-wallet-and-deposit-addresses)
(tl-tl/exchange.md#L11) 链接错误:(#dealing-with-global-assets-transactions)
(tl-tl/exchange.md#L12) 链接错误:(#dealing-with-nep-5-assets-transactions)
(tl-tl/exchange.md#L13) 链接错误:(#optional-distributing-gas-to-users)
(zh-cn/node/gui/other.md#L9) 链接错误:(../../index.html#neo-的管理模式)

Supported languages incorrect

The document states:

The languages that are currently supported are:

C#, VB.Net, F#
Java, Kotlin

This is simply not true. Java is not supported. Kotlin is not supported. Only c# is supported.

Languages Not Showing Up

For some reason, the Korean, Japanese, and Dutch text does not show up in docs.neo.org for the main index. Furthermore, Dutch translation does not show up on the top bar.

TestNet Request Page Broken?

A few of us have been trying to get TestNet funds through: https://www.antshares.org/Testnet/Create

Unfortunately, the form rejects public keys generated by MainNet wallets. Is there another way to generate public keys that work on the TestNet? If not, perhaps there is a bug?

Specifically, the error message we are getting is (in English) "Incorrect little ant public key"

Add more "anchors" to the documentation

Hello,
I find it hard to reference a few topics in the documentation, specially because there are too few anchors in the documentation page.
For instance, the "network protocol" document has only 3 anchors, but it covers at least 12 important topics. This would also help us to identify parts of the code contains little or no documentation.

I would like to submit a pull request for this. I'll implement in English first, and if you guys approve, I can add these anchors to other languages.

Translate documentation into German

I would like to translate the current state of the documentation into German. I unfortunately only understand English and German. Is it ok to translate the docs from English to German?

Java tutorial issues with Linux

I'd like to point out some issues I had with following the tutorial for Java on Linux and how I solved.
I'm using Ubuntu 16.04. Please take this as a discussion point; I'm not a C# developer so I might have done something wrong, but the documentation should be easy to use for anyone (and I guess you want to support Linux' users as well)

On the first step I had to use another editor as Visual studio 2017 doesn't run on Linux; that means I had to build the project manually by command line
After having installed dotnet for Linux, went into /neo-compiler/neoj and run dotnet build I got

$ dotnet run
It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '1.0.4' was not found.

to make it work i had to change the neoj.csproj's line with the version I have installed (which was 2.0.5)
<RuntimeFrameworkVersion>2.0.5</RuntimeFrameworkVersion>

Created the HelloWorld.java class and compiled to .class with
javac HelloWorld.java -cp org.neo.smartcontract.framework.jar

sudo cp org.neo.smartcontract.framework.jar /usr/share/dotnet

then

$ dotnet run HelloWorld.class
Neo.Compiler.JVM console app v2.0.3.0
Find entrypoint:HelloWorld::Main
convert succ
write:HelloWorld.avm
SUCC

All good!

I can create a PR adding these information if you want

Distribution error in document

Referring to: https://github.com/neo-project/docs/blob/master/en-us/index.md

In the first year (actually 0-200 million blocks), each block will generate 8 new GAS; in the second year (actually the first 200-400 million blocks), each new block will generate 7 GAS and so on. There will be an annual reduction of 1 GAS for the first 8 years until 1 GAS per block is reached; this will be the rate of GAS generation until about 22 years, after the 44 millionth block, GAS total will reach 100 million, thus stopping the generation of GAS from new blocks.

I think it need so to be as follows (replaced 0-200, 200-400 with 0-2, 2-4):

In the first year (actually 0-2 million blocks), each block will generate 8 new GAS; in the second year (actually the first 2-4 million blocks), each new block will generate 7 GAS and so on. There will be an annual reduction of 1 GAS for the first 8 years until 1 GAS per block is reached; this will be the rate of GAS generation until about 22 years, after the 44 millionth block, GAS total will reach 100 million, thus stopping the generation of GAS from new blocks.

Otherwise it would be contradicting:

In the first year (actually 0-200 million blocks)


after the 44 millionth block, GAS total will reach 100 million, thus stopping the generation of GAS from new blocks

Please fix, thanks. :-)

Is the following information correct?

  • Block # < 2'000'000 = 8
  • Block # < 4'000'000 = 7
  • Block # < 6'000'000 = 6
  • Block # < 8'000'000 = 5
  • Block # < 10'000'000 = 4
  • Block # < 12'000'000 = 3
  • Block # < 14'000'000 = 2
  • Block # < 44'000'000 = 1
  • Block # > 44'000'000 = 0

Docs Conflict in order of VerifySignature parameters

Throughout the Smart Contract tutorial docs (English), the parameters of SmartContract::VerifySignature appear to be flipped. VerifySignature(pubkey, signature) is the format indicated throughout (see Lock Contract doc link), but from neo-devpack-dotnet/Neo.SmartContract.Framework/SmartContract.cs,

public class SmartContract
    {
       ...

        [OpCode(OpCode.CHECKSIG)]
        protected extern static bool VerifySignature(byte[] signature, byte[] pubkey);

        [OpCode(OpCode.CHECKMULTISIG)]
        protected extern static bool VerifySignatures(byte[][] signature, byte[][] pubkey);
    }

The parameters ought to be flipped. Please let me know if I've misunderstood something.

Clarification on docs for exchange developers: sys_fee, net_fee, gas

There have been a few questions by exchange developers about the docs for exchange developers: https://github.com/neo-project/docs/blob/master/en-us/exchange.md#rpc-method-sendtoaddress

Could you please clarify the following questions, regarding the InvocationTransaction response:

  • What is the difference between the three fields: sys_fee, net_fee, gas?
  • What will happen if sys_fee is not enough for running contract?
  • Which error cases are possible when invoking sendtoaddress?

cc/ @erikzhang

docs.neo.org Does Not Display Correctly

docs.neo.org has stopped displaying the left navigation bar. Furthermore, the left navigation bar did not update before when it was still working in response to new documents being merged (two days ago).

Example:
screen shot 2017-09-12 at 9 31 49 pm

RPC NOT WORKING

when i was using
curl -X POST http://localhost:10332/ -H 'Content-Type: application/json' -d '{ "jsonrpc": "2.0", "id": 5, "method": "getblocksysfee", "params": [13321] }'
its saying
curl: (7) Failed to connect to localhost port 10332: Connection refused
my neo-cli node is running rpc flag
is there any issues with neo-cli

Update AssetType for NEP5

I see in main net assets list there some assets with type NEP5 like APH and RPX.
I'm confuse which one is it in this document?

One more thing is there's no NEP5 asset in testnet. I actually try deploy and invoke a test token base on ICO_Template project but it didn't appear. Is NEP5 not supported on testnet or something?
Thanks,

i18n support in docs

Hi, I want to contribute documentation in other languages but there is no support for i18n (it is just a bunch of markdown files).

How one would do it ?

Neo-CLI How to reconcile the differences between the docs and project README

The installation steps for Neo-CLI are either more specific or no longer correct in the documentation as compared to the README of the Neo-CLI repository. I would assume that it would be best to keep specific installation instructions on the Neo-CLI repositories README and to remove the instructions from the Documentation.

https://github.com/neo-project/docs/blob/master/en-us/node/setup.md#installation-of-neo-node
https://github.com/neo-project/neo-cli

CheckWitness 的相关链接

你好,

在这个页面中 CheckWitness 有一段关于 CheckWitness 的简介:

验证调用该智能合约的交易/区块是否验证过所需的脚本散列

这句简介对我来说太晦涩了,是否可以补充下相关的链接,比如:什么是脚本散列、为什么要验证、如何验证

Kotlin demo

It would be useful to have a Hello World smart contract example for Kotlin, including instructions how to deploy to the blockchain. For many Linux & Mac developers this is probably much easier than learning C#, VB.Net or F#.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.