https://github.com/shekohex/tipbot-contract
smart-contract built to support Edgeware community by tipping.
https://github.com/shekohex/tipbot-contract
Last synced: about 1 month ago
JSON representation
smart-contract built to support Edgeware community by tipping.
- Host: GitHub
- URL: https://github.com/shekohex/tipbot-contract
- Owner: shekohex
- License: gpl-3.0
- Created: 2021-04-06T23:27:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T12:48:01.000Z (about 5 years ago)
- Last Synced: 2025-12-27T09:56:12.283Z (5 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tipping Bot Contract
Edgeware Telegram Tipping bot smart contract!
Tipping Bot contract is a smart-contract built to support Edgeware community by tipping.
## About
Read about in-details `Tipping Bot` [here](./lib.rs)
## Building and Testing
Please Follow these steps provided at [Ink! Setup page](https://paritytech.github.io/ink-docs/getting-started/setup)
#### Then to build the contract, simply run:
```
$ cargo +nightly contract build
```
#### Testing
```
$ cargo test
```
## Safety
This crate uses `#![deny(unsafe_code)]` to ensure everything is implemented in
100% Safe Rust.
## Contributing
Want to join us? take a look at some of these issues:
- [Issues labeled "good first issue"][good-first-issue]
- [Issues labeled "help wanted"][help-wanted]
[good-first-issue]: https://github.com/shekohex/tipbot-contract/labels/good%20first%20issue
[help-wanted]: https://github.com/shekohex/tipbot-contract/labels/help%20wanted
## License
Licensed under GPLV3 license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the GPLV3 license, shall
be licensed as above, without any additional terms or conditions.