Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 2.16 KB

README.md

File metadata and controls

66 lines (40 loc) · 2.16 KB

Deployments

Contract Name Deployed Address Explorer Link
Reclaim 0xB68aCB36334311CEc471EE2541173EDc155FdA71 https://explorer.execution.testnet.lukso.network/address/0xB68aCB36334311CEc471EE2541173EDc155FdA71

Setup

Install dependencies:

npm install --legacy-peer-deps

In node directory, populate your .env:

PRIVATE_KEY=your-private-key-here

Commands

Run Tests:

npm run test

Deploy Contracts on Testnet:

npx hardhat run scripts/deploy.ts --network luksoTestnet

Contributing to Our Project

We're excited that you're interested in contributing to our project! Before you get started, please take a moment to review the following guidelines.

Code of Conduct

Please read and follow our Code of Conduct to ensure a positive and inclusive environment for all contributors.

Security

If you discover any security-related issues, please refer to our Security Policy for information on how to responsibly disclose vulnerabilities.

Contributor License Agreement

Before contributing to this project, please read and sign our Contributor License Agreement (CLA).

Indie Hackers

For Indie Hackers: Check out our guidelines and potential grant opportunities

License

This project is licensed under a custom license. By contributing to this project, you agree that your contributions will be licensed under its terms.

Thank you for your contributions!