Skip to content

nearuaguild/transfer-near-contract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

1kb NEAR smart contract that proxies the attached deposit to the specified receiver account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.7%
  • Shell 5.3%