Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement deployment scripts for Lisk token and Claim process smart contracts #6

Merged
merged 23 commits into from
Nov 13, 2023

Conversation

matjazv
Copy link
Contributor

@matjazv matjazv commented Nov 7, 2023

What was the problem?

This PR resolves #4.

How was it solved?

  • Multiple script files were implemented for each of the smart contracts (L1LiskToken, L2LiskToken Claim).
  • Shell script (deployContracts.sh) was updated to support deploying multiple contracts on L1 and L2 networks.
  • Readme file was updated.
  • Dummy L2LiskToken and L2Claim smart contracts were implemented.
  • Test script L2ClaimTokens was implemented to demonstrate claiming of the tokens and transferring to the user (caller) address.

How was it tested?

Note

L2LiskToken and L2Claim smart contracts are not part of this PR and there exists separate GH issues to implement and review those two smart contracts.

@matjazv matjazv self-assigned this Nov 7, 2023
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
script/L2LiskToken.s.sol Outdated Show resolved Hide resolved
script/L2LiskToken.s.sol Show resolved Hide resolved
src/L2/L2LiskToken.sol Show resolved Hide resolved
.env.example Show resolved Hide resolved
.env.example Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link
Member

@Phanco Phanco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@matjazv matjazv requested a review from shuse2 November 10, 2023 07:43
script/L2LiskToken.s.sol Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
deployment/.gitignore Show resolved Hide resolved
script/L1LiskToken.s.sol Show resolved Hide resolved
@shuse2 shuse2 merged commit b1bc34c into main Nov 13, 2023
3 checks passed
@shuse2 shuse2 deleted the 4-deployment-scripts branch November 13, 2023 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement deployment script for Lisk token and Claim process smart contracts
4 participants