Eckmar is an open-source, cryptocurrency-friendly marketplace built on Laravel. If you made any kind of improvements, please consider making a pull request.
Any user can register and buy products on the marketplace but in order to create a listing you need to have vendor account status. Vendor status can be obtained in two ways. You can apply and get it for free after admin reviews your request or you can pay for it (the amount is set in admin panel).
Autofill system is created for users that sell many items (cd-keys for example). They can populate field where each line represents one item to be sold. In the case that product is autofilled delivery state is skipped when user purchases a product and he gets what is on the first line automatically.
Users can send private messages to each other.
When an user registers, he receives an unique mnemonic that can be used to reset the password.
When an user wants to deposit new deposit address will be generated for him every time (deposits on old addresses generated by user will still be valid). Current system in place is that user have to click check balance button in order for system to check if he has any balance to be added on his account (Please note that this system can be changed so server will auto-check every minute but this may be intensive task to run every minute if you got a lot of users).
When user purchase any item there is a fee (that can be configured) and automated escrow. In case the seller did not delivered goods or goods are not what they are supposed to be, buyer can open a dispute. Both users and the admin have access to dispute discussion (you will see example where one of the users is in fact the admin so he can reply as disputed party or admin).
There are two parts in this system. Feedback score and trust rating. Feedback score is basically percentage of positive feedback and Trust rating can be Very Low, Low, Average or High (Unproven if the user has less then five feedbacks).
Basically a blog that will appear on the first page. You can use it in case you want to inform your users.
Products can be sold normally or as auction. You can specify end date, minimum bid and buyout prices. After that process is automatic. The system will automatically update the minimum bid (in case users actually bid
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Explore a world of cutting-edge scripts and unparalleled support tailored just for you. Elevate your digital projects with our paid scripts and personalized assistance.
- Feature-Rich Solutions: Access scripts packed with advanced features, designed to meet the demands of modern development.
- Security and Stability: Invest in stability and security with our thoroughly tested and optimized scripts.
- Continuous Updates: Stay ahead with regular updates and new functionalities, ensuring your scripts are always up-to-date.
- Priority Assistance: Enjoy priority support to address your queries and concerns promptly.
- Customization Guidance: Get expert guidance on customizing scripts to align with your specific requirements.
- Exclusive Access: Unlock exclusive resources and documentation to maximize the potential of your scripts.
Ready to elevate your digital ventures? Head over to BotDigit.com/Eckmar for a seamless experience. Discover the power of premium scripts and personalized support.
We welcome contributions from the community to improve Eckmar V2. Please follow these guidelines when contributing:
- Fork the repository and clone it locally.
- Create a new branch for your feature or bug fix.
- Make your changes and test thoroughly.
- Ensure your code follows the existing coding standards.
- Update documentation if necessary.
- Commit your changes and push to your fork.
- Create a new pull request to the
main
branch of the original repository.
Thank you for contributing to Eckmar V2!