https://github.com/threesigmaxyz/arc-ts-sdk
Official ARC Typescript SDK
https://github.com/threesigmaxyz/arc-ts-sdk
arc sdk ts web3
Last synced: 6 months ago
JSON representation
Official ARC Typescript SDK
- Host: GitHub
- URL: https://github.com/threesigmaxyz/arc-ts-sdk
- Owner: threesigmaxyz
- License: mit
- Created: 2023-07-26T17:02:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T02:00:02.000Z (over 2 years ago)
- Last Synced: 2025-10-05T09:51:38.176Z (9 months ago)
- Topics: arc, sdk, ts, web3
- Language: TypeScript
- Homepage: https://www.onarc.io/
- Size: 1.15 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# arc-ts-sdk 

This is the repo that contains both ARC TypeScript SDKs that allow you to interact with the `Arc` L2 blockchain
and use all of its features. A crypto utils SDK located in `src/packages/crypto` to aid with cryptograhic operations in
user applications, and a client SDK located in `src/packages/client` to help integrate with the Arc HTTP API.
To see fully working examples check the `examples` folder which shows how both sdks
can be combined to fully integrate with the Arc system.
> **PREREQUISITES:**
>
> - NodeJS 16+
> - npm / yarn (see package.json)
## Contributing and testing
1. Run `npm run install` to install all deps
2. Run `npm run build` to build distribution content
3. Run `npm run test` to run integration and unit tests