Skip to content

OffchainLabs/arbitrum-orbit-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arbitrum Orbit SDK

TypeScript SDK for building Arbitrum Orbit chains.

Installation

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

yarn add @arbitrum/orbit-sdk viem@^1.20.0

Run integration tests

Clone the branch main 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:

yarn test:integration

Examples

See examples.