An open API service indexing awesome lists of open source software.

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.

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.