Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 611 Bytes

BUILD.md

File metadata and controls

56 lines (36 loc) · 611 Bytes

Contributing

Fork and set up your local env

Install bun

curl https://bun.sh/install | bash

Install deps

bun install

Useful scripts

Build packages

bun run build:packages

Run tests

bun run test

Run tests watch mode

bun run test:watch

Test locally

If you wish to test a package inside the extension, let's say solana:

cd packages/solana
npm link

Then you can run in the extension workspace:

npm link @trustwallet/web3-provider-solana

Adding a new chain

Adding a new chain