Skip to content

This small repo bundle wharfkit into a single javascript file to allow using on a html web page without javascript framework.

Notifications You must be signed in to change notification settings

telosnetwork/bundlewharf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bundlewharf

This small repository bundles wharfkit into a single JavaScript file, making it usable in web apps without Node.js or other JavaScript frameworks. No optimizations are performed; it uses a minimal Vite configuration.

Requirements

  • Node.js (tested with v23.1.0)

Note

It's recommended to use nvm for the installation of Node.js. In case you use fish as your shell, you may need additional steps to make nvm work, for instance the installation of fish-nvm.

How to use

npm update
npx vite build

The output will be in the dist/assets folder, named whartfkit.js.

About

This small repo bundle wharfkit into a single javascript file to allow using on a html web page without javascript framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%