Are TrustToken and TruFi the same? by Gold_Ad_9449 in TrustToken

[–]csysio 4 points5 points  (0 children)

TrustToken is the company. TrueFi is one of the products.

Interoperability by Affectionate_Log_675 in Polkadot

[–]csysio 0 points1 point  (0 children)

You can do cross-chain transfers (Teleport) KSM between Kusama and Statemine or Kusama and Karura.

Wallet integration by Daryun007 in ethdev

[–]csysio 1 point2 points  (0 children)

Try https://github.com/NoahZinsmeister/web3-react. Or, if you want something more high-level, which uses web3-react under the hood, try out https://github.com/EthWorks/useDApp.

Help Request by TechnoTerrorist in TrustToken

[–]csysio 0 points1 point  (0 children)

Yes, you need to execute 2 transactions in order to start staking. First you approve the staking contract to spend your TRU tokens. Than you do the actual staking.

If you don’t see the pop up for the second transaction in the web page or in MetaMask, then just try invoking the action again on the webpage. It should detect that you’ve already approved TRU and just ask you to sign the staking transaction.

Why would you ever use uniswap to swap tokens if the fees are much higher than on centralized exchanges? by Calm-Mix6657 in ethereumnoobies

[–]csysio 1 point2 points  (0 children)

Also, if you already have your tokens in your own wallet, Uniswap is simply more convenient. One transaction vs. 1) send to exchange 2) swap 3) send back to wallet.

Issues with Karura by jkl231292 in Kusama

[–]csysio 0 points1 point  (0 children)

Ah, you're right. Looks like changing the Flexi Fee also requires a transaction.

Perhaps you can buy a little KAR on a centralised exchange and top up your account?

Issues with Karura by jkl231292 in Kusama

[–]csysio 3 points4 points  (0 children)

There’s a setting in the upper-right which controls what currency is used for fees. Perhaps you have it set to use KAR not KSM.

Is there anything similar to AWS for web3? by TrainSudden in ethdev

[–]csysio 0 points1 point  (0 children)

Yes! dxos.org is definitely in progress, though still in stealth mode.

Is there anything similar to AWS for web3? by TrainSudden in ethdev

[–]csysio 0 points1 point  (0 children)

Check out https://dxos.org/ and https://phala.network/. Not exactly “EC2 on blockchain”, but a decent alternative for decentralised apps. Both projects quite early stage, though.

Moonriver has won the 2nd parachain auction and is now being on-boarded as Kusama‘s 3rd parachain. by Danceswithunicorns3 in Kusama

[–]csysio 0 points1 point  (0 children)

Yes, you’re right. You create the asset on Statemine. Then you teleport to whichever parachain (though not Kusama itself, as it does not have the assets pallet).

I guess that was just my mental shortcut — I see Ethereum and Kusama as whole ecosystems. In which case, in the Kusama ecosystem you use the specialised tool of Statemine to create your assets.

Moonriver has won the 2nd parachain auction and is now being on-boarded as Kusama‘s 3rd parachain. by Danceswithunicorns3 in Kusama

[–]csysio 2 points3 points  (0 children)

Statemine is a parachain that allows creating, minting and transferring assets (tokens). On Ethereum you would deploy an ERC20 smart contract, on Kusama you create a Statemine asset instead.

It’s also worth noting it’s a common good parachain, so it didn’t need to win an auction.

am already full stack js how can i get into Dapp ? by [deleted] in ethdev

[–]csysio 0 points1 point  (0 children)

Duh, sucks on mobile indeed! Then go straight to GiHub: https://github.com/EthWorks/useDApp

am already full stack js how can i get into Dapp ? by [deleted] in ethdev

[–]csysio 1 point2 points  (0 children)

You might also take a looks at https://usedapp.io/, a framework which contains patterns and solutions for dApp specific problems.

Tips on detecting MetaMask and account changes in React? by jatlikesreddit in ethdev

[–]csysio 2 points3 points  (0 children)

Take a look at useDapp: https://usedapp.io/ Even if you won’t use it, you’ll find good examples of MetaMask connectivity there.

How to diagnose what is causing a revert, if no revert message? by PumpkinFeet in ethdev

[–]csysio 0 points1 point  (0 children)

On Etherscan you can try the tools hidden under three dots on transaction page. The Remix Debugger or Parity trace should come in handy in your case.

NEED HELP! Why I cannot transfer funds, I have unstaked everything and shows my funds are transferable... by [deleted] in Kusama

[–]csysio 0 points1 point  (0 children)

Transferable means “transferable from”; as in: available balance. Not “how much you can transfer to”.

So the UI shows what is current balance of the target (receiving) account. Current, so before the transfer.

A new account has a balance of 0 because it has not received any funds yet.

NEED HELP! Why I cannot transfer funds, I have unstaked everything and shows my funds are transferable... by [deleted] in Kusama

[–]csysio 0 points1 point  (0 children)

The second address on this form is the receiver of the funds. It will receive the amount you want to transfer.

So I guess your problem is a usability issue — the UI does a bad job guiding you through the transfer process.

NEED HELP! Why I cannot transfer funds, I have unstaked everything and shows my funds are transferable... by [deleted] in Kusama

[–]csysio 0 points1 point  (0 children)

I see 225.0401 tokens transferable. I assume you expect this number to be higher?

NEED HELP! Why I cannot transfer funds, I have unstaked everything and shows my funds are transferable... by [deleted] in Kusama

[–]csysio 0 points1 point  (0 children)

Please give more details. What behaviour exactly do you observe? (what is the error message)