UNPKG

@lucoadam/zebec-wormhole-sdk

Version:

This sdk can be use to transfer assets across chains and to interact with the Zebec's xchain bridge smart contracts for passing message from EVM chain to solana specially to utilize the features of Zebec Streaming and Zebec Multisig Streaming protocol.

70 lines (69 loc) 2.06 kB
{ "name": "@lucoadam/zebec-wormhole-sdk", "version": "0.0.15", "description": "", "main": "dist/index.js", "types": "dist/types", "files": [ "/dist" ], "repository": { "type": "git", "url": "git+https://github.com/Zebec-protocol/wormhole.git" }, "keywords": [ "zebec", "wormhole", "xchain", "zebec-protocol" ], "author": "Zebec Protocol", "license": "MIT", "bugs": { "url": "https://github.com/Zebec-protocol/wormhole/issues" }, "homepage": "https://github.com/Zebec-protocol/wormhole#readme", "scripts": { "build": "npm run format && npm run clean && npm run build:types && npm run build:compile", "build:compile": "npx babel src --extensions .ts --out-dir dist --source-maps --copy-files", "build:types": "tsc -p .", "clean": "rm -rf ./dist", "document": "typedoc --tsconfig ./tsconfig.json", "format": "prettier --write .", "start": "npm run format && ts-node ./src", "test": "export NODE_ENV=test; mocha --bail --timeout=300000 --check-leaks -r tsconfig-paths/register -r ts-node/register \"./test/**/*.spec.ts\"", "test:single": "export NODE_ENV=test; mocha --timeout=300000 --check-leaks -r ts-node/register" }, "devDependencies": { "@babel/cli": "^7.18.10", "@babel/core": "^7.19.0", "@babel/preset-env": "^7.19.0", "@babel/preset-typescript": "^7.18.6", "@improbable-eng/grpc-web": "^0.15.0", "@improbable-eng/grpc-web-node-http-transport": "^0.15.0", "@types/chai": "^4.3.3", "@types/mocha": "^9.1.1", "bs58": "^5.0.0", "chai": "^4.3.6", "dotenv": "^16.0.3", "mocha": "^10.0.0", "prettier": "^2.7.1", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.0", "tweetnacl": "^1.0.3", "typescript": "^4.8.2" }, "dependencies": { "@certusone/wormhole-sdk": "^0.6.2", "@project-serum/anchor": "^0.24.2", "@solana/spl-token": "^0.3.4", "@solana/web3.js": "^1.47.4", "@types/node": "^18.7.15", "byteify": "^2.0.10", "ethereum-abi-types-generator": "^1.3.2", "ethers": "^5.7.2", "google-protobuf": "^3.14.0", "js-sha3": "^0.8.0", "keccak256": "^1.0.6" } }