1.2.1 • Published 5 months ago

web3-template v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

web3-template

Version: 1.2.0
Author: GolluAjay
License: ISC

Description

Basic web3 app to interact with smart contracts locally.

Installation

Run the following command to use the template:

npx web3-template app

How to Use the Template

Start a local blockchain network:

npm run ganache

(Note : By default, Ganache runs on port 8545.)

Compile Solidity code using Truffle:

npm run compile

Deploy smart contract to the blockchain network:

npm run migrate

(Note: This only works if Ganache starts.)

Start the web3 application:

npm run start

Dependencies

  • Commander (^11.1.0)

  • Cross-Spawn (^7.0.3)

  • fs-extra (^11.2.0)

Node Version Requirement

Ensure that you have Node.js version 20.0.0 or higher installed.

Contributing

Feel free to contribute to the development of this template. If you encounter any issues or have suggestions, please create an issue.

Bugs and Issues If you encounter any bugs or issues, please report them here.

1.2.1

5 months ago

1.2.0

5 months ago

1.1.8

5 months ago

1.1.7

5 months ago

1.1.6

5 months ago

1.1.5

5 months ago

1.1.4

5 months ago

1.1.3

5 months ago

1.1.2

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago