Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

resolves klaytn/klaytn-dev-sandbox#57 #59

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Conversation

khoa-klaytn
Copy link

Proposed changes

Migrate contracts/ to hardhat, add relevant docs & scripts

Types of changes

Please put an x in the boxes related to your change.

  • Bugfix
  • New feature or Enhancement
  • Others

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we will look for before merging your code.

  • I have read the CONTRIBUTING GUIDELINES doc
  • I have signed the CLA
    • "There is no CLA to sign for klaytn/klaytn-dev-sandbox"?
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Related issues

#57

Add contracts/pnpm-lock.yaml & frontend/pnpm-lock.yaml

Move the following under contracts/:
- contracts (nested)
- migrations
- network
- test
- .env.example
- package.json
- truffle-config.js

Fix an issue in network/init_accounts.js: resolve privateKeys.js path with relative path

Rename src/ to frontend

Fix TypeScript & ESLint errors in frontend:
- components/Header.tsx
- components/KIP*.tsx
- pages/index.tsx
Move the following under contracts/:
- contracts (nested)
- migrations
- network
- test
- .env.example
- package.json
- truffle-config.js

Fix an issue in network/init_accounts.js: resolve privateKeys.js path with relative path

Rename src/ to frontend

Fix TypeScript & ESLint errors in frontend:
- components/Header.tsx
- components/KIP*.tsx
- pages/index.tsx
@khoa-klaytn khoa-klaytn requested a review from neoofkaia as a code owner April 22, 2024 03:32
@praveen-kaia praveen-kaia self-requested a review May 21, 2024 07:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant