mrlucciola / link-hack-ccip

FLIP: an omni-chain browser wallet. Send digital assets from multiple keys and addresses as if they were one.
MIT License
3 stars 0 forks source link

Init blockchain environment #118

Closed jw418 closed 9 months ago

jw418 commented 9 months ago

Init blockchain environment

Description

We need to set up a foundational blockchain development environment for our project. This environment should be initialized using Hardhat, integrated with TypeScript, and managed with Yarn.

Requirements

1/ Hardhat Setup: Configure Hardhat + Typescript as the core framework for our blockchain development.

2/ Yarn Management: Utilize Yarn for dependency management to maintain consistency with our other project components.

3/ Directory Structure: The new environment should be set up in a root-level directory, named /blockchain, to keep it parallel with other key project directories like /frontend and /docs.