This is the README file for the bundler
package. It provides information about the package, its dependencies, and available scripts.
make sure you have Node.js installed. Then, install the dependencies
yarn
Next, generate types for smart contract abi by:
yarn generate
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
This package is licensed under the MIT License.