2 releases

0.1.1 Jan 15, 2022
0.1.0 Jan 14, 2022

#34 in #token-stream

AGPL-3.0

29KB
482 lines

venko ✌️

Crates.io Docs.rs License Build Status Contributors NPM

Venko: Rails for realtime finance on Solana.

About

Venko is a protocol for issuing streams of tokens. It is designed for a variety of usecases, including:

  • Token lockups. Issue team tokens over a schedule, irrevocably.
  • Grants. Issue revocable grants with a cliff and release schedule.
  • Escrow. Send tokens to someone with a cancellation period, allowing you to cancel the payment if it was sent to the wrong address.

We're in active development. For the latest updates, please join our community:

Note

  • Venko is in active development, so all APIs are subject to change.
  • This code is unaudited. Use at your own risk.

Addresses

Program addresses are the same on devnet, testnet, and mainnet-beta.

Contribution

Thank you for your interest in contributing to Venko Protocol! All contributions are welcome no matter how big or small. This includes (but is not limited to) filing issues, adding documentation, fixing bugs, creating examples, and implementing features.

When contributing, please make sure your code adheres to some basic coding guidlines:

  • Code must be formatted with the configured formatters (e.g. rustfmt and prettier).
  • Comment lines should be no longer than 80 characters and written with proper grammar and punctuation.
  • Commit messages should be prefixed with the package(s) they modify. Changes affecting multiple packages should list all packages. In rare cases, changes may omit the package name prefix.

License

Venko Protocol is licensed under the GNU Affero General Public License v3.0.

Dependencies

~23–32MB
~510K SLoC