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

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.

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.