Open junha1 opened 2 years ago
Todo
NEAR FT&NFT tutorial https://github.com/near-examples/ft-tutorial https://github.com/near-examples/nft-tutorial
Crate near_contract_standards https://docs.rs/near-contract-standards/latest/near_contract_standards/
Source codes https://github.com/tonic-foundation/tonic-core/blob/31f8c72493aae28bfb37b90b5319c3ffb8879832/test-token/src/lib.rs https://github.com/near-examples/FT/tree/master/ft/src
니어 FT 표준을 따르고 다음과 같이 동작하면 됩니다.
(누구한테, 얼마나)
의 정보를 가진 트랜잭션이 주어지면 무조건 그대로 수행하면됩니다 일단 이걸 만들고 라이트 클라이언트와 상호작용하는 버전은 추후에 만듭시다.