https://github.com/shekohex/koins
Koin 🪙 store your users' coins easily on blockchain smart contract.
https://github.com/shekohex/koins
Last synced: about 2 months ago
JSON representation
Koin 🪙 store your users' coins easily on blockchain smart contract.
- Host: GitHub
- URL: https://github.com/shekohex/koins
- Owner: shekohex
- License: gpl-3.0
- Created: 2021-02-10T01:57:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-10T02:22:50.000Z (over 5 years ago)
- Last Synced: 2025-12-26T09:57:51.122Z (5 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Koins 🪙
Store your users' coins easily on blockchain smart contract!
Koins is a smart-contract built as an experiment to see how we could build a simple and secure
points system for current applications we have today.
## About
Read about in-details `Koins` [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/koins/labels/good%20first%20issue
[help-wanted]: https://github.com/shekohex/koins/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.