Skip to main content

8 docs tagged with "midnight"

View all tags

Deploying and operating a contract

Midnight.js provider를 연결하고, Compact 컨트랙트를 네트워크에 배포하고, 상태를 관찰하고, 컨트랙트를 업데이트 가능하게 유지하는 maintenance authority를 운영하는 방법을 다룹니다.

Funding a wallet

faucet에서 tNIGHT을 받고 Lace 또는 wallet SDK로 DUST 생성을 위해 등록하여, 지갑이 트랜잭션 수수료를 낼 수 있게 합니다.

Index contract state with EffectStream

Midnight 컨트랙트를 감시하는 EffectStream 노드를 실행하고, 스키마로 public ledger를 디코딩하며, 그 결과를 HTTP로 제공합니다.

Networks and environments

Midnight의 네트워크를 이해하고 올바른 네트워크를 선택해, 정확한 network ID와 endpoint로 DApp을 연결하고 자금을 넣은 뒤 mainnet을 준비하세요.

Proving transactions locally

Midnight에 Docker가 필요한 이유, proof server와 proof 생성, 그리고 로컬 proof server를 실행·검증·연결하는 방법을 다룹니다.

Security and best practices

Midnight DApp 보안: 인증, 접근 제어, 산술, 마감 시한, replay, 키, 증명, 프라이버시에 관한 개념·절차·참조 자료.

Using Compact contracts from JavaScript

JavaScript에서 Compact 컨트랙트의 로직을 실행합니다. witness를 구현하고, circuit을 호출하고, 단위 테스트를 작성하고, 생성된 모듈의 export와 에러를 읽는 방법을 다룹니다.