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

Creating the Files || Setup Environment #1

Open
BONAFIED07 opened this issue Dec 16, 2024 · 0 comments
Open

Creating the Files || Setup Environment #1

BONAFIED07 opened this issue Dec 16, 2024 · 0 comments
Labels
blockchain open-for-all Any one can work on it without getting assigned, every PR can merge Points: 20 Rookie

Comments

@BONAFIED07
Copy link
Collaborator

Hey Guys! 👋

This is the first step, open for all. Follow these instructions to get started with the project:

  1. Create a JavaScript File:

    • Create a file named wallet.js in your code editor.
    • You can use VS Code or any other code editor of your choice.
  2. Set Up a package.json File:

    • Create a JSON file to store all the metadata about your project.
    • This includes dependencies, scripts, and configuration.
    • You can generate it using the following command:
      npm init -y
  3. Secure Sensitive Information:

    • Since this project will involve storing valuable items such as private and public keys, make sure to use a .env file to keep sensitive data secure.
    • Install the dotenv library to handle environment variables:
      npm install dotenv
  4. Install the web3.js Library:

    • Download and install the Web3.js library, as we will use it extensively in this project:
      npm install web3

Let’s Get Started! 🚀

Take the first step by setting up your project. More instructions to follow soon!

@BONAFIED07 BONAFIED07 added Points: 20 Rookie open-for-all Any one can work on it without getting assigned, every PR can merge blockchain labels Dec 16, 2024
@BONAFIED07 BONAFIED07 pinned this issue Dec 16, 2024
@Sarvesh0955 Sarvesh0955 mentioned this issue Dec 16, 2024
@AdityaKishore29 AdityaKishore29 mentioned this issue Dec 16, 2024
Merged
@rndastech rndastech mentioned this issue Dec 16, 2024
@BONAFIED07 BONAFIED07 reopened this Dec 17, 2024
@Snehalgupta-07 Snehalgupta-07 mentioned this issue Dec 17, 2024
BONAFIED07 pushed a commit that referenced this issue Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blockchain open-for-all Any one can work on it without getting assigned, every PR can merge Points: 20 Rookie
Projects
None yet
Development

No branches or pull requests

1 participant