Homepage
Open in app
Sign inGet started

CodeChain

Programmable multi-asset chain

  • Planet CodeChain
  • Events
  • Archive
  • 한국어
  • CodeChain Foundry

    CodeChain Foundry

    CodeChain Foundry is a blockchain engine based on a composable module system. Users can write their own modules in addition to bringing in…
    Go to the profile of Junha Yang
    Junha Yang
    Aug 31, 2020
    remote-trait-object: One of CodeChain Foundry’s core inter-module communication systems

    remote-trait-object: One of CodeChain Foundry’s core inter-module communication systems

    remote-trait-object is a Rust Remote Method Invocation (RMI) library based on trait objects.
    Go to the profile of Junha Yang
    Junha Yang
    Aug 7, 2020
    CodeChain Foundry ICS Implementation

    CodeChain Foundry ICS Implementation

    CodeChain Foundry is a blockchain framework project that is currently under active development. One of Foundry’s core features is ICS…
    Go to the profile of Junha Yang
    Junha Yang
    Mar 25, 2020
    CodeChain SDK in Golang

    CodeChain SDK in Golang

    We introduce the first version of CodeChain SDK Go! CodeChain SDK, which was available only in JavaScript, is now also available in the Go…
    Go to the profile of Seongjae Choi
    Seongjae Choi
    Feb 23, 2020
    Adapting BLS Signature Aggregation to CodeChain Foundry

    Adapting BLS Signature Aggregation to CodeChain Foundry

    We introduced the BLS signing scheme to replace the Schnorr signing scheme in CodeChain Foundry. At present, the code can be found in the…
    Go to the profile of Byeongjee Kang
    Byeongjee Kang
    Mar 1, 2020
    CodeChain SDK in Python

    CodeChain SDK in Python

    The alpha version of CodeChain-sdk-python(hereafter sdk-python) has been released, and now it’s possible to use CodeChain’s SDK in Python…
    Go to the profile of GeunWoo Kim
    GeunWoo Kim
    Feb 11, 2020
    Front-running Attacks on Blockchain

    Front-running Attacks on Blockchain

    The main focus of this article is front running attacks on Decentralized Applications (DApp) and smart contracts. In a blockchain system…
    Go to the profile of Saad.Najafi
    Saad.Najafi
    Feb 3, 2020
    Blockchain Light Client

    Blockchain Light Client

    Blockchains, in short, provide a system that can record transactions permanently with a decentralized consensus mechanism. The node that…
    Go to the profile of Junha Yang
    Junha Yang
    Feb 2, 2020
    Monthly CodeChain TechTalk — January 2020

    Monthly CodeChain TechTalk — January 2020

    It’s been great to kick of the year with an awesome tech talk session hosted by CodeChain. We shared the results of our latest…
    Go to the profile of CodeChain
    CodeChain
    Jan 29, 2020
    IBC and ICS

    IBC and ICS

    IBC stands for inter-blockchain communication protocol proposed by Cosmos. As the name suggests, IBC was designed to allow communication…
    Go to the profile of Junha Yang
    Junha Yang
    Jan 29, 2020
    Tenderand: Randomized leader election in Tendermint

    Tenderand: Randomized leader election in Tendermint

    Tendermint is the most popular and widely used consensus algorithm for PoS-based blockchains. The popularity comes from the simplicity of…
    Go to the profile of Seon Pyo Kim
    Seon Pyo Kim
    Jan 23, 2020
    VeriSync — A Fast and VERIfiable SYNC Method for Blockchains

    VeriSync — A Fast and VERIfiable SYNC Method for Blockchains

    Full block synchronization consumes lots of time and space in CodeChain. The required amount of resources increases as the size of the…
    Go to the profile of Park Juhyung
    Park Juhyung
    Jan 22, 2020
    Monthly CodeChain TechTalk — November 2019

    Monthly CodeChain TechTalk — November 2019

    Here are some highlights of our second edition of CodeChain Tech Talks. Though the blockchain market is in midst of a slowdown, interests…
    Go to the profile of CodeChain
    CodeChain
    Jan 14, 2020
    Monthly CodeChain TechTalk — October 2019

    Monthly CodeChain TechTalk — October 2019

    We’re excited to share that we have held our first edition of open CodeChain TechTalks last Wednesday! CodeChain TechTalks are small…
    Go to the profile of CodeChain
    CodeChain
    Oct 22, 2019
    Debugging RLP on the Web

    Debugging RLP on the Web

    RLP(Recursive Length Prefix) is the way of encoding arbitrarily nested arrays of binary data. It was first proposed for serializing…
    Go to the profile of GeunWoo Kim
    GeunWoo Kim
    Jun 24, 2019
    How CodeChain Indexer works

    How CodeChain Indexer works

    In addition to developing the CodeChain Core, the CodeChain team is engaged in various CodeChain application development. For instance…
    Go to the profile of JinGyeong Jeong
    JinGyeong Jeong
    Jun 20, 2019
    Continuous Integration on CodeChain

    Continuous Integration on CodeChain

    Everything changes during the development process. Different requirements may emerge, or the development environment may change, and the…
    Go to the profile of SeongChan Lee
    SeongChan Lee
    Jun 10, 2019
    CodeChain Monitoring Bots

    CodeChain Monitoring Bots

    In order to maintain a healthy CodeChain community, there are surveillance bots that are not directly visible to the user but are active…
    Go to the profile of Seon Pyo Kim
    Seon Pyo Kim
    May 23, 2019
    [CodeChain X Bithumb] Series A Investment and Strategic Alliance Partnership

    [CodeChain X Bithumb] Series A Investment and Strategic Alliance Partnership

    CodeChain as the only project backed by two of the biggest exchange operators in Korea
    Go to the profile of Jaewon Park
    Jaewon Park
    May 21, 2019
    CodeChain Staking Guide

    CodeChain Staking Guide

    CodeChain is a proof-of-stake based network. Stakeholders elect validators by delegating their stakes to credible validator candidates…
    Go to the profile of Kwang Yul Seo
    Kwang Yul Seo
    May 15, 2019
    CodeChain Mobile Wallet App Released!

    CodeChain Mobile Wallet App Released!

    Convenient, easy, fast, and secure. Download now!
    Go to the profile of Jaewon Park
    Jaewon Park
    May 11, 2019
    Schnorr Signature and Tendermint

    Schnorr Signature and Tendermint

    The asymmetric key signature algorithm, which consists of a public key and a private key, is the underlying technology of the blockchain…
    Go to the profile of Park Juhyung
    Park Juhyung
    May 10, 2019
    Marriage of Docker and CodeChain

    Marriage of Docker and CodeChain

    The Docker creates an image that contains binary and runtime environment information for the specific application and makes it possible for
    Go to the profile of Seon Pyo Kim
    Seon Pyo Kim
    May 2, 2019
    CodeChain Tooling Support

    CodeChain Tooling Support

    There are numerous teams that aim to implement new blockchains. Many ICO teams with Ethereum-based ERC-20 tokens are planning to create…
    Go to the profile of Kwang Yul Seo
    Kwang Yul Seo
    Apr 30, 2019
    CodeChain and Regular Key

    CodeChain and Regular Key

    Let’s find out what regular keys are, and how to use them.
    Go to the profile of Park Juhyung
    Park Juhyung
    Apr 29, 2019
    About CodeChainLatest StoriesArchiveAbout MediumTermsPrivacy