Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunes-platform/lunes-vote
https://github.com/lunes-platform/lunes-vote
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lunes-platform/lunes-vote
- Owner: lunes-platform
- Created: 2024-06-16T02:50:32.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-20T21:26:56.000Z (7 months ago)
- Last Synced: 2024-06-21T16:13:48.715Z (7 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vote Lunes - Lunes
### Purpose
This is an unaudited full dex implementation ready to be used.
### Versions
[ink! 4.3.0](https://github.com/paritytech/ink/tree/v4.3.0)
[openbrush 4.0.0-beta](https://github.com/Brushfam/openbrush-contracts/tree/4.0.0-beta)### License
Apache 2.0
## 🏗️ How to use - Contracts
##### 💫 Build
Use these [instructions](https://use.ink/getting-started/setup) to set up your ink!/Rust environment
Run this command in the contract folder:```sh
cargo contract build
```##### 💫 Run unit test
```sh
cargo test
```##### 💫 Run integration test
First start your local node. Recommended [lunes-node](https://github.com/lunes-platform/lunes-nightly) v0.13.0