postech-dao / near

MIT License
0 stars 11 forks source link

Setup basics of Whale token contract #54

Open junha1 opened 2 years ago

junha1 commented 2 years ago

니어 FT 표준을 따르고 다음과 같이 동작하면 됩니다.

kmlee307 commented 2 years ago

Todo

kmlee307 commented 2 years ago

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