摘要:
1. https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud (atlassian家的git) 2. https://nvie.com/posts/a-successful-git-branching-model/ 阅读全文
摘要:
https://wiki.parity.io/ 阅读全文
摘要:
1. spring.io 官网 2. http://javainuse.com/spring/sprboot spring boot学习资源 3. spring boot websocketss视频 https://www.youtube.com/watch?v=mv3uS8R-me4 ,对应文字教 阅读全文
摘要:
参考链接:https://ethereum.stackexchange.com/questions/13616/accessing-a-public-mapping-within-a-contract-from-a-different-contract/13617#13617 阅读全文
摘要:
参考链接: https://ethereum.stackexchange.com/questions/9705/how-can-you-call-a-payable-function-in-another-contract-with-arguments-and-send/9722#9722 关键语句 阅读全文
摘要:
https://medium.com/crypto-oracle/ico-analysis-framework-nex-case-study-bf65586b4b32 阅读全文
摘要:
https://github.com/mdamien/chrome-extensions-archive 阅读全文
摘要:
来源:https://medium.com/@blockchain101/calling-the-function-of-another-contract-in-solidity-f9edfa921f4c 合约一: 合约二调用合约一: 阅读全文
摘要:
ERC20代币并不能像Ether一样使用sendTo.transfer(amt)来转账,ERC20代币只能通过token中定义的transfer方法来转账,每个账户的余额信息也只保存在token合约的状态变量中。如果要使用除token合约之外的合约进行ERC20代币的转账,那就需要这个合约能够调用E 阅读全文
摘要:
MIT IMO it is the less restrictive license. It gives the rights to anyone to use, copy, modify, merge, publish, distribute, sublicense, and/or sell co 阅读全文