Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 아두이노우노
- 반도체 엔지니어
- 유니티에러
- MuchineRunning
- 머신러닝
- MLAgent
- 인터럽트
- 네트워크
- 반도체
- neople
- 암호화
- memory
- Unity
- 반도체 취업
- 면접
- 아두이노
- 메타마스크
- 레지스터
- 에러
- 유니티
- 게임기획
- 이더리움
- 네트워크보안
- 메모리
- 아두이노함수
- 던전앤파이터
- 보안
- 컴퓨터구조
- 네오플
- 던파
Archives
- Today
- Total
Dreaming Deve1oper
스마트컨트랙트 본문
스마트 컨트랙트 단위 테스트:
https://yos.io/2020/07/09/testing-smart-contracts/
Testing Smart Contracts
Unit testing is a critical part of smart contract development. The high stakes and rigid immutability of smart contracts demands even more emphasis on testing compared to traditional software. Unit tests ensures your contracts are performing correctly at t
yos.io
스마트컨트랙트 효율적인 가스비:
https://yos.io/2021/05/17/gas-efficient-solidity/
How to Write Gas Efficient Contracts in Solidity
Computations on Ethereum cost gas. If you’re not careful, you may end up writing contracts that cost more than they should. High gas costs kill usability! A common cause for high gas costs is an inefficient storage layout in Solidity contracts. In this p
yos.io
'캡스톤, P2E' 카테고리의 다른 글
[의문] 노드가 무엇이고 우리가 사용하는 노드는 몇개인가 (1) | 2022.04.17 |
---|---|
2022/04/14 중간점검 (0) | 2022.04.14 |
Usecase 0412 (0) | 2022.04.12 |
project issue (0) | 2022.04.12 |
DEX / 유동성 풀 (0) | 2022.04.11 |
Comments