Become a member
Sign in
4000D
4000D

4000D

carl.p

Editor of Onther
3 Following
46 Followers
  • Profile

  • Claps

  • Highlights

  • Responses

Latest

4000D
4000D in Onther
Oct 24 · 12 min read

[Devcon5] Abstract Reviews

Carl Park(4000D, github)

1

4000D
4000D in Onther
May 14 · 16 min read

CryptoKitties in Plasma EVM (KR)

Carl Park(4000D, github)

151

4000D
4000D in Onther
May 14 · 9 min read

CryptoKitties in Plasma EVM (EN)

Carl Park(4000D, github)

4000D
4000D in Onther
Dec 5, 2018 · 17 min read

Sharding, Casper → Serenity!

Devcon4 참관기

71

4 responses
4000D
4000D in Onther
Aug 7, 2018 · 12 min read

Solidity Assembly & ABI Encoding

Carl Park(4000D, github)

Solidity의 Assembly(이하 Assembly)는 Solidity에서 EVM의 low level 연산을 수행할 수 있도록 도와줍니다. msg.data 을 접근하거나, 특정 어카운트(컨트랙)의 code 를 복사하거나 MLOAD , MSTORE , SLOAD , SSTORE 를 통해 메모리 혹은 스토리지에 직접 값을 읽고 쓰는 것이 가능합니다. 이번 글에서는 Assembly 와 함수의…

226