starter-kit icon indicating copy to clipboard operation
starter-kit copied to clipboard

Starter kit for privacy enabled application chains

Results 18 starter-kit issues
Sort by recently updated
recently updated
newest added

Finish an improved version of the starter kit and complete with all missing features.

**Is your feature request related to a problem? Please describe.** Starter kit currently only allows for a standalone sequencer operation. In order to advance the available feature set closer to...

## Description This pull request updates the environment variables for the indexer and processor containers' exposed ports in the sovereign environment. The internal ports for these containers are now always...

The first txn (nonce 0) from an account succeeds as expected, a second (nonce 1) fails (silently from caller/user perspective), and third+ (nonce 1) is rejected as already exists in...

### Reproducer https://github.com/metafountain/minafountain/blob/180c234b842b81616b6be7f615cb4f65f1b32ee6/packages/chain/test/runtime/modules/Sudoku.test.ts#L31 ### Problem 1 ``` sudokuhash 5203023443619947566598935774299257484820907076578288190630264768973183112337 at checkStatus (test/runtime/modules/Sudoku.test.ts:64:13) console.log status: is Solved= false at checkStatus (test/runtime/modules/Sudoku.test.ts:66:13) console.log failed as expected at Object. (test/runtime/modules/Sudoku.test.ts:84:15) console.log sudokuhash 0...

### Reproducer https://github.com/metafountain/minafountain/blob/38231e5c56eaa9b854f144e7b4ae70c6a5073df8/packages/chain/test/runtime/modules/Sudoku.test.ts#L100 ``` pnpm env:inmemory dev ``` ``` cd packages/chains pnpm run test Sudoku ``` ## My Debug ``` > [email protected] test /home/ubuntu/mc/packages/chain > node --experimental-vm-modules ./node_modules/jest/bin/jest.js "Sudoku" console.log...

I tried the `starter-kit` [with Bun](https://github.com/teddyjfpender/protokit-starter-bun). There are some performance gains when using Bun instead of Node/npm: - For a block with a single transaction there is a 2.67x difference:...