Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layr-labs/eigenda-orbit-sdk
https://github.com/layr-labs/eigenda-orbit-sdk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/layr-labs/eigenda-orbit-sdk
- Owner: Layr-Labs
- License: apache-2.0
- Created: 2024-08-15T14:20:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T21:44:57.000Z (about 2 months ago)
- Last Synced: 2024-11-21T22:30:08.323Z (about 2 months ago)
- Language: TypeScript
- Size: 729 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit-ci.jsonc
Awesome Lists containing this project
README
# Arbitrum Orbit SDK
TypeScript SDK for building [Arbitrum Orbit](https://arbitrum.io/orbit) chains.
## Installation
Make sure you are using Node.js v18 or greater.
```bash
yarn add @eigenda/orbit-sdk viem@^1.20.0
```## Run integration tests
Clone the branch `main` of [nitro-testnode](https://github.com/Layr-Labs/nitro-testnode), and run the testnode using the following arguments:
```bash
./test-node.bash --init --tokenbridge --l3node --l3-fee-token --l3-token-bridge
```Then, run the integration tests:
```bash
yarn test:integration
```## Examples
See [examples](./examples).