New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@arthuryeti/terraswap

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arthuryeti/terraswap

A bunch of helpers to setup quickly a Terra Webapp. I've decided to create this package, because I was writing over and over the same code for Terra protocols. I've got inspired by Anchor, Mirror and Terraswap.

latest
Source
npmnpm
Version
1.3.1
Version published
Maintainers
1
Created
Source

Terra

A bunch of helpers to setup quickly a Terra Webapp. I've decided to create this package, because I was writing over and over the same code for Terra protocols. I've got inspired by Anchor, Mirror and Terraswap.

You need to use <TerraProvider data={data}>...</TerraProvider>, where data is a JS object with this structure.

{
  "mainnet": {
    tokens: {},
    pairs: []
  }
  "testnet": {
    tokens: {},
    pairs: []
  }
}

Keywords

terra

FAQs

Package last updated on 06 Dec 2021

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