1.0.50 • Published 2 months ago

orchai-combinator-bsc-simulation v1.0.50

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

orchai-combinator-bsc-simulation

Table of contents

import { ApplicationState } from "../State/ApplicationState";

let chainId = Number((await provider.getNetwork()).chainId);

let appState = new ApplicationState(
    userAddress: String,
    smartWalletAddress: String,
    provider: JsonRpcProvider, // reader
    chainId: chainId
);

Simulate state

Sau khi init state xong. Với mỗi state, các simulate khác nhau

Simulate Utilities actions

Pull token

result = await simulateSendToken(
    appState5,
    tokenAddress,
    from: wallet address
    to: smart wallet address,
    amount: number | string
)

Sendtoken

result = await simulateSendToken(
    appState6,
    tokenAddress,
    from: smart wallet address
    to: main wallet address,
    amount: number | string
)

Wrap

result = await simulateWrap(
    appState7,
    amount: number | string
)

Unwrap

result = await simulateUnwrap(
    appState8,
    amount: number | string
)

Simulate Pancake actions

Swap

result = await simulateSwap(
    appState9,
    fromToken: token 1 address,
    toToken: token2 address,
    fromAmount: amount of token 1 will swap
    fromAddress,
    toAddress,
    priceImpact
)

Get token balance

balance = await getUserTokenBalance(appState, userAddress, tokenAddress)

Simulate Orai Liquid Staking actions

Stake

result = await simulateOraiLSStake(
    appState10,
    amount,
    from address,
    to address
)

Unstake

result = await simulateOraiLSUnstake(
    appState12,
    _amount,
    from address
)

Withdraw Unstake

result = await simulateOraiLSWithdrawUnstake(
    appState12,
    to address
)

Approve

PullToken

  • approve token duoc chon cho smart wallet

Orai LS Stake

  • approve Orai cho smart wallet neu from la EOA Wallet

Orai LS Unstake

  • approve scOrai cho smart wallet neu from la EOA Wallet

Disploy after action

Wrap and Unwrap

hien thi balance bnb va wbnb

Pull token and send token

hien thi balnace cua token duoc chon

Stake

hien thi balance Orai va ScOrai

Unstake

hien thi balance Orai

Withdraw Unstake

hien thi balance Orai va ScOrai

Swap

hien thi balance cua 2 token swap

1.0.49

2 months ago

1.0.50

2 months ago

1.0.48

4 months ago

1.0.47

4 months ago

1.0.46

4 months ago

1.0.45

4 months ago

1.0.44

5 months ago

1.0.43

5 months ago

1.0.42

5 months ago

1.0.40

5 months ago

1.0.39

5 months ago

1.0.38

5 months ago

1.0.37

5 months ago

1.0.36

5 months ago

1.0.35

5 months ago

1.0.34

5 months ago

1.0.33

6 months ago

1.0.32

6 months ago

1.0.31

6 months ago

1.0.30

6 months ago

1.0.29

6 months ago

1.0.28

6 months ago

1.0.27

6 months ago

1.0.26

6 months ago

1.0.25

6 months ago

1.0.24

6 months ago

1.0.23

6 months ago

1.0.22

6 months ago

1.0.21

6 months ago

1.0.20

6 months ago

1.0.19

6 months ago

1.0.18

6 months ago

1.0.17

6 months ago

1.0.16

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago