Umi and Web3js Differences
Differences
Last updated
Differences
Last updated
When using Umi you may come across some differences between Umi and solana web3js.
Although having the same or similar import names these function differently and are not compatible between the two librarys out the box.
Umi PublicKey
JavaScript
Solana Web3js PublicKey
JavaScript
These are just basic examples. To learn more about Umi's keypairs check out . There are also converters between both Umi and web3js
Umi Keypair
JavaScript
Web3js Keypair
JavaScript
Umi Transaction
JavaScript
Web3js Transaction
JavaScript
These are just basic examples. To learn more about Umi's keypairs check out . There are also converters between both Umi and web3js keypair types
These are just basic examples. To learn more about Umi's Transiactions check out . There are also converters between both Umi and web3js Transaction types