0.0.1 • Published 3 years ago

marta-testing-lib v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

starterra-tool-dapp

Library for easy use of Terra wallet in custom dApp

NPM JavaScript Style Guide

Install

npm install --save starterra-tool-dapp

Usage

import React, { Component } from 'react'

import { WalletProvider, Wallet } from 'starterra-tool-dapp'
import 'starterra-tool-dapp/dist/index.css'

class Example extends Component {
  render() {
    return (
      <WalletProvider
        defaultNetwork={avaliableNetworks['testnet']}
        walletConnectChainIds={avaliableNetworks}
      >
        <Wallet />
      </WalletProvider>
    )
  }
}

License

MIT © StarTerra devs(https://github.com/StarTerra devs)

StarTerra Tool for dApps

Powered by Terra blockchain.

What is it?

Open source library, available through node package manager (NPM), written in TypeScript ready to download and include in your own project.

What you need it for?

Software to authenticate by address from the Terra blockchain using one of the supported provider:

  • Terra Station browser extension (Chrome),
  • the Terra Station mobile application.

Credits

StarTerra almighty team.