proto-kit / starter-kit

Starter kit for privacy enabled application chains
40 stars 22 forks source link

Starter Kit Example Using Bun #1

Open teddyjfpender opened 1 year ago

teddyjfpender commented 1 year ago

I tried the starter-kit with Bun. There are some performance gains when using Bun instead of Node/npm:

When using Bun with Protokit I noticed the need to use

import "core-js";
import "reflect-metadata";

as the first two lines in both entry point files and test files.