Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@anchor-protocol/crossanchor-sdk

Package Overview
Dependencies
Maintainers
7
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anchor-protocol/crossanchor-sdk

TypeScript SDK for working with cross-chain Anchor.

  • 0.1.3-32
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
184
increased by2528.57%
Maintainers
7
Weekly downloads
 
Created
Source

Crossanchor-sdk

TypeScript SDK for accessing Cross-chain Anchor APIs.

Development setup

As the library is hosted in a private github repo, and hence not published to npm, development and setup has to be done locally.

Perform the setup using the below steps:

  • Clone the repo on the same level as anchor-web-app project.
  • Link crossanchor-sdk as local dependency from anchor-web-app project.
    • ~/anchor-web-app/npm link ../crosssanchor-sdk should do it.
    • Your package.json should show a newly added dependency similar to "@crossanchor/sdk": "portal:${user}/crossanchor-sdk".
  • ~/anchor-web-app/yarn install
  • If configured, remove vite's readable-stream override. @certus-one/wormhole-sdk doesn't fit well with browser stream pollyfills.
      'readable-stream': 'vite-compatible-readable-stream/readable-browser.js',

TODO:

  • Complete readme.

FAQs

Package last updated on 09 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc