Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 723 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 723 Bytes

Transfer NEAR contract

This is a NEAR contract that allows you to transfer tokens to other accounts. Usually, you don't need such a contract, but currently, NEAR BOS does not support native NEAR transfers, so this is a quick proxy to do that.

See the BOS component demo here.

This contract is deployed to transfer-near.near on NEAR and thanks to nesdie SDK, it requires only 1TGas attached to the transaction to transfer NEAR tokens to any account, and it is also just 916 bytes compiled to Wasm.