# ETH Token Standards

By [Meta East](https://paragraph.com/@mattheweastman) · 2022-05-10

---

Writing this entry as I do this ETH Token Standards tutorial on bitDegree.

![https://www.bitdegree.org/user/course/fungible-and-non-fungible-tokens-token-token-standards-when-to-use-which-and-why](https://storage.googleapis.com/papyrus_images/f8f0891b9bfdb08199cb47de2d9af806260af43ba4b2943c728ff787df6dbb37.png)

https://www.bitdegree.org/user/course/fungible-and-non-fungible-tokens-token-token-standards-when-to-use-which-and-why

### First, download Ganache and Truffle via npm

Getting set up with the right versions of Ganache and Truffle is an entire process in itself but I was able to set this up with VS code after some trial and error on the command line. Note to self, use Homebrew and be ready for the llvm npm library to take a very very long time.

Also, set up everything I needed in VS code.

### NOT a developer, but dangerous enough.

Ok so I was able to complete this but I had the same conclusion as I did after completing a React.JS course.. I am NOT a developer at heart. But with that being said I do feel like it was good to go through the motions to see how the file structure works.

I think my goal is to understand the technical blockchain language and be able to follow/hear, but I don’t think I will be the one to explain/speak to the deep technical aspects so I will not try here.

![](https://storage.googleapis.com/papyrus_images/79be7a05cabc88b96a0a2065aaa82cbb2ca12898de07e3427c5003b57a41cb08.png)

I’m really glad I learned Node.JS back in 2014.
-----------------------------------------------

The modular nature of the blockchain was easy to catch on because of it.

![](https://storage.googleapis.com/papyrus_images/ab2d5be3e5d50c81c57e3a5cb789afb4a440273a09a4b757a55aa0aec0e4df30.png)

I think this course gives me the confidence to deploy eth smart contracts on test nests using copied code from github, which is valuable. I think I’m good on deep learning for now.. I need to move on for now.

[https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol)

---

*Originally published on [Meta East](https://paragraph.com/@mattheweastman/eth-token-standards)*
