Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 639 Bytes

File metadata and controls

29 lines (18 loc) · 639 Bytes

Arbitrum Chain SDK

TypeScript SDK for building Arbitrum chains.

Installation

Make sure you are using Node.js v18 or greater.

pnpm add @arbitrum/chain-sdk viem@^1.20.0

Run integration tests

Clone the branch release of nitro-testnode, and run the testnode using the following arguments:

./test-node.bash --init --tokenbridge --l3node --l3-fee-token --l3-token-bridge

Then, run the integration tests:

pnpm test:integration

Examples

See examples.