✅ 체크리스트
Once you finished developing your smart contract please go through the following list in order to ensure everything is safe for the end user.
정보
Check our security articles to understand how to improve the security of your contract.
Anatomy
- All private methods are decorated as
private
.
환경
predecessor
와signer
는 전체 컨트랙트 내에서 올바르게 사용되었습니다.
스토리지
- 상태가 추가될 때마다 이를 감당할 수 있는 충분한 잔고가 존재합니다.
- All collections (i.e. 모든 컬렉션 (예: 벡터, 맵, 트리 등)에는 고유한 ID가 있습니다. Vector, Map, Tree, etc) have an unique id