alice.near
와 같이 사람이 읽을 수 있는 이름을 가진 HRA(Human Redable Account)98793cd91a3f870fb126f662858[...]
) 형태의 암시적 계정(Implicit Account)registrar
계정 만이 짧은 최상위 계정(<32자)을 만들 수 있다.다시 말해:
registrar
계정 만이 짧은 최상위 계정(<32자)을 만들 수 있다(예: near
, aurora
).verylongaccountnamethatis32chars
)을 만들 수 있다.near
는 bob.near
를 만들 수 있고, bob.near
는 app.bob.near
를 만들 수 있다.near
는 app.bob.near
를 만들 수 없고, test.near
도 sub.example.near
를 만들 수 없다..near
(example.near
)의 하위 계정이고, 테스트넷 계정은 testnet
(example.testnet
)의 하위 계정입니다.near-hello-dapp.alice.near
처럼 배포된 스마트 컨트랙트도 하위 계정이 될 수 있다. $ near login
$ near create-account near-blank-project.YOUR-NAME.testnet --masterAccount YOUR-NAME.testnet
$ near deploy --accountId near-blank-project.YOUR-NAME.testnet --wasmFile PATH_TO_WASM_FILE