Skip to content

An HTTP service that functions as a bridge, enabling clients to interact with Web3.

Notifications You must be signed in to change notification settings

CryptoLabSite/service-bridge-nodejs

Repository files navigation

Description

An HTTP service that functions as a bridge, enabling clients to interact with Web3. Currently, it only supports StarkNet.

Usage

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

An HTTP service that functions as a bridge, enabling clients to interact with Web3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published