Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frol/transfer-near-contract
1kb NEAR smart contract that proxies the attached deposit to the specified receiver account
https://github.com/frol/transfer-near-contract
blockchain nearprotocol rust smart-contracts
Last synced: 2 months ago
JSON representation
1kb NEAR smart contract that proxies the attached deposit to the specified receiver account
- Host: GitHub
- URL: https://github.com/frol/transfer-near-contract
- Owner: frol
- License: apache-2.0
- Created: 2023-08-15T09:34:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-15T10:01:17.000Z (over 1 year ago)
- Last Synced: 2024-10-10T20:22:23.402Z (3 months ago)
- Topics: blockchain, nearprotocol, rust, smart-contracts
- Language: Rust
- Homepage: https://near.org/near/widget/ComponentDetailsPage?src=frol.near/widget/TransferNEAR&tab=source
- Size: 12.7 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
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](https://docs.near.org/bos) does [not support native NEAR transfers](https://t.me/neardev/29391), so this is a quick proxy to do that.See the BOS component demo [here](https://near.org/near/widget/ComponentDetailsPage?src=frol.near/widget/TransferNEAR&tab=source).
This contract is deployed to `transfer-near.near` on NEAR and thanks to [nesdie SDK](https://github.com/austinabell/nesdie), 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.