These Nuggets show how to interact with the Ethereum Blockchain using Javascript. They are not meant to be a full blown examples but instead they are a building block to start from.
- Node.js 20.7 or higher
Clone the repository:
git clone https://github.com/PatrickMalloy/nuggets-ethereum.git
Change into new directory and install dependencies:
cd nuggets-ethereum;
npm install