@arthuryeti/terraswap
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

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: []
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @arthuryeti/terraswap

Weekly Downloads

0

Version

1.3.1

License

MIT

Unpacked Size

17.6 MB

Total Files

56

Last publish

Collaborators

  • arthuryeti