Published inCodeChainVeriSync — A Fast and VERIfiable SYNC Method for BlockchainsFull block synchronization consumes lots of time and space in CodeChain. The required amount of resources increases as the size of the…Jan 23, 2020Jan 23, 2020
Published inCodeChainWhy It’s Difficult to Receive Payments via Ethereum Smart ContractsWhat differentiates Ethereum is that it is possible to create a variety of applications on blockchains using smart contracts. However, at…Jun 27, 2019Jun 27, 2019
Published in코드체인이더리움 스마트 컨트랙으로 입금받기가 어려운 이유이더리움의 차별점은 스마트 컨트랙을 이용하여 블록체인 위에서 다양한 어플리케이션을 만들 수 있다는 점이다. 하지만 스마트 컨트랙 때문에 오히려 간단한 일이 복잡해지기도 한다. 일례로, 이더리움에서 특정한 주소에 얼마의 ETH가 입금되었는지 알아내는…Jun 25, 2019Jun 25, 2019
Published inCodeChainSchnorr Signature and TendermintThe asymmetric key signature algorithm, which consists of a public key and a private key, is the underlying technology of the blockchain…May 10, 20191May 10, 20191
Published in코드체인Schnorr 서명과 텐더민트공개키와 비밀키로 이루어진 비대칭키 서명 알고리즘은 블록체인의 기반이 되는 기술입니다. 지갑의 주소는 공개키로부터 만들어지고, 지갑에 들어있는 재화의 소유권은 비밀키를 사용하여 증명합니다. 블록체인 네트워크에서 유저가 만드는 트랜잭션에는 항상 서명이May 9, 2019May 9, 2019
Published inCodeChainCodeChain and Regular KeyLet’s find out what regular keys are, and how to use them.Apr 29, 2019Apr 29, 2019
Published inCodeChainFacilitate Secret Key Management with KeyStore CLIIf you build an app based on blockchains, the first thing you would do is create a secret key. You can then do a variety of things, such…Apr 26, 2019Apr 26, 2019
Published inCodeChainBlock Sync Design for Supporting both PoW and TendermintPoW (Proof of Work) is a consensus algorithm used by Bitcoin and Ethereum. All nodes will continue to run random computations until a…Apr 26, 20192Apr 26, 20192
Published inCodeChainHow to access CodeChain Corgi testnetCorgi is a test network of CodeChain. You can participate in the network by following the below instructions.Apr 18, 2019Apr 18, 2019
Published inCodeChainRust Associated TypeAssociated Types in Rust are similar to Generic Types; however, Associated Types limit the types of things a user can do, which…Apr 16, 20191Apr 16, 20191