Skip to content

IPromiseSmartContract/ERC4337-Bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bundler

License

This is the README file for the bundler package. It provides information about the package, its dependencies, and available scripts.

Development

make sure you have Node.js installed. Then, install the dependencies

yarn

Next, generate types for smart contract abi by:

yarn generate

Usage

The bundler package provides several scripts that can be executed using yarn. Here are the available scripts:

  • build: This script compiles the TypeScript source files using tsc. Run it with the following command:

    yarn build
  • dev: This script starts the development server using nodemon. It automatically restarts the server when changes are made to the source files. Run it with the following command:

    yarn dev
  • preview: This script builds the project and starts the server using the compiled files. Run it with the following command:

    yarn preview

License

This package is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published