일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- chainlink 설명
- SBT표준
- 티스토리챌린지
- Vue.js
- 스마트컨트렉트 함수이름 중복 호출
- 컨트렉트 동일한 함수이름 호출
- 컨트렉트 배포 자동화
- multicall
- ethers typescript
- 러스트 기초
- nest.js설명
- 체인의정석
- ambiguous function description
- rust 기초
- 스마트컨트렉트 예약어 함수이름 중복
- 스마트컨트렉트프록시
- 스마트 컨트렉트 함수이름 중복
- git rebase
- 프록시배포구조
- ethers v6
- 오블완
- ethers type
- 스마트컨트렉트테스트
- ethers
- 러스트기초
- vue기초
- ethers websocket
- Vue
- 머신러닝기초
- 러스트 기초 학습
Archives
- Today
- Total
목록블록체인 숫자처리 (1)
체인의정석
블록체인 숫자 데이터 처리 Bignumber VS BigInt
블록체인에서 숫자 데이터의 경우 자리수가 크기 때문에 문자로 처리되는 경향이 있다. 따라서 해당 문자를 숫자로 다시 바꿔주기 위하여 Bignumber 또는 BigInt를 사용해주어야 한다. https://stackoverflow.com/questions/65205604/when-should-i-use-the-bignumber-library When should I use the bignumber library? I am trying to understand when to use the bignumber library. Question 1). As we know, JavaScript has an upper limitation on the Number type which is 2^53, but it also..
개발/backend
2021. 11. 19. 17:08