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

Prepare repository for multi-contracts development #2

Merged
merged 4 commits into from
Oct 24, 2023

Conversation

matjazv
Copy link
Contributor

@matjazv matjazv commented Oct 17, 2023

What was the problem?

This PR resolves #1.

How was it solved?

  • Directory structure is ordered in a way to offer easy navigation and multi contracts development.
  • GitHub action is configured to be triggered after each PR is created and to be merged with the main branch.
  • Issues and Pull request have templates.
  • README.md file exists and has some basic information regarding this repository and how to install and deploy smart contracts to the private test network.
  • Initial code for Lisk L1 token was developed (more for a demo purpose and as an example then following any decision made by the team).
  • Some unit tests were developed for the same reason as initial code for Lisk L1 token.

How was it tested?

  • GitHub action and templates for issues and pull requests were tested on a private repository.

@matjazv matjazv self-assigned this Oct 17, 2023
@matjazv matjazv requested a review from shuse2 October 17, 2023 08:54
@shuse2 shuse2 requested a review from Phanco October 17, 2023 09:12
src/L1/L1LiskToken.sol Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
script/L1LiskToken.s.sol Show resolved Hide resolved
src/L1/L1LiskToken.sol Outdated Show resolved Hide resolved
test/L1LiskToken.t.sol Outdated Show resolved Hide resolved
@shuse2 shuse2 requested a review from Phanco October 20, 2023 11:39
@shuse2 shuse2 merged commit 2697456 into main Oct 24, 2023
3 checks passed
@shuse2 shuse2 deleted the 1-setup-repository branch October 24, 2023 11:20
@Phanco Phanco mentioned this pull request Dec 7, 2023
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.

Prepare repository to support multi-contracts development
3 participants