Skip to content

Commit

Permalink
Remove article
Browse files Browse the repository at this point in the history
  • Loading branch information
Karkunow committed Dec 20, 2024
1 parent ec4fe4c commit 9bc3fcb
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 225 deletions.
167 changes: 0 additions & 167 deletions blog/fast-bridge.md

This file was deleted.

2 changes: 1 addition & 1 deletion blog/how-to-get-usdc-tokens-on-aurora-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image: https://www.datocms-assets.com/95026/1690542624-usdc.png
---
When you develop a contract, quite often you need ERC-20 tokens for testing. If your contract is rather small and doesn't use cross-contract calls, most likely, you don't need official USDC tokens or any other specific tokens. In that case, the best solution is just to take the standard ERC-20 contract, deploy it, and mint as many test tokens as you wish.

However, sometimes the easier solution for testing can be to get official testing tokens. For example, if your contract is use difficult cross-contract calls and dependencies contracts are already deployed on testnet and support only limited numbers of tokens. When I tested the [fast-bridge](/blog/fast-bridge) I use the USDC tokens on testnet. The fast-bridge is dependent on the classical rainbow bridge, which has a lot of components and is already deployed on the testnet. In this case it was much easier to use tokens, which are already supported by the classical rainbow bridge.
However, sometimes the easier solution for testing can be to get official testing tokens. For example, if your contract is use difficult cross-contract calls and dependencies contracts are already deployed on testnet and support only limited numbers of tokens. When I am testing RainbowBridge during development I use the USDC tokens on testnet.

In this article, I will explain how to get official native Ethereum ERC-20 tokens on your Aurora testnet account in the example of USDC tokens. This method will work with other popular native Ethereum ERC-20 as well, and it will be clear how to get these tokens also in Goerli Ethereum and in Near testnet.

Expand Down
Loading

0 comments on commit 9bc3fcb

Please sign in to comment.