https://github.com/CoinDrip-finance/coindrip-protocol-sc
CoinDrip is the first token (ESDT) streaming protocol built on MultiversX. Instead of the regular token transfers, you can use CoinDrip to stream tokens each second toward a recipient.
https://github.com/CoinDrip-finance/coindrip-protocol-sc
defi multiversx web3
Last synced: about 2 months ago
JSON representation
CoinDrip is the first token (ESDT) streaming protocol built on MultiversX. Instead of the regular token transfers, you can use CoinDrip to stream tokens each second toward a recipient.
- Host: GitHub
- URL: https://github.com/CoinDrip-finance/coindrip-protocol-sc
- Owner: CoinDrip-finance
- License: gpl-3.0
- Created: 2022-10-17T17:16:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T22:19:15.000Z (11 months ago)
- Last Synced: 2025-03-06T00:57:04.764Z (2 months ago)
- Topics: defi, multiversx, web3
- Language: Rust
- Homepage: https://coindrip.finance/
- Size: 73.2 KB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-multiversx-dev-resources - CoinDrip Protocol - Token (ESDT) streaming smart contract (MultiversX community / Smart contracts)
README
# CoinDrip Protocol
This is the source code of the CoinDrip protocol. CoinDrip is the first token (ESDT) streaming protocol built on MultiversX. Instead of the regular token transfers, you can use CoinDrip to stream tokens each second toward a recipient.
Check out the [docs](https://docs.coindrip.finance) to get a high-level understanding of how CoinDrip works and ways you can integrate it in your project.
## 🛠Usage
If you want to build the smart contract locally, make sure you have [mxpy](https://docs.multiversx.com/sdk-and-tools/sdk-py/installing-mxpy/) installed.
```
$ git clone https://github.com/CoinDrip-finance/coindrip-protocol-sc
$ cd coindrip-protocol-sc
$ cargo build
```If you just want to use the CoinDrip protocol to stream tokens, consider checking out our dApp.
### ABI
If you need the ABI (application binary interface), you can find it in [our docs](https://docs.coindrip.finance/technical-guides/codebase).
### mx js sdk
If you're looking to interact with the CoinDrip protocol using [mx js sdk](https://github.com/multiversx/mx-sdk-js-core) you can check out [our examples](https://docs.coindrip.finance/technical-reference) from the docs under "Endpoints" and "Views".
## 👥 Contributing
We really appreciate the community jumping in and helping us build and shape the CoinDrip protocol.
If you're a smart contract developer/project building on MultiversX or just a CoinDrip user, and want to contribute, don't hesitate to contact us at [email protected] or [DM us on Twitter](https://twitter.com/CoinDripHQ).