Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 352 Bytes

twallet

Trading Wallet

Simple Trading Wallet made with Moralis and ParaSwap SDK to show user ERC20 balances and swap

Works in ropsten ethereum testnet

To test install lib with

npm install

and make a file src/moralisCredetials.js

export const appId = 'your moralis appid'
export const serverUrl = 'moralis server url'