We have to create three currency assets on our private network for trading. These are USD, GBP, and EUR. To create new assets on a network, we need to carry out the following three steps in order:
- Create a new asset object
- Extend trustlines to the receiving accounts
- Transfer the assets from the issuing account
Let's look at these, one by one.