Skip to content

ShunsukeKano/smart-contract-nodejs

Repository files navigation

Smart Contacts with Node.js

This app entails the creation, compilation, deployment, and interaction with a smart contract utilizing JavaScript, focusing on the usage of the INFURA provider and the web3.js library. The smart contract to be developed needs to have a minimum of two state-changing functions, a read-only or pure function, a private function that is invoked by a public or external function, and an event emitted from one of the writable functions. All compiler artifacts like ABI and bytecode should be obtained from Remix IDE. You're required to initialize a directory using npm, install the web3 js library, and create three NodeJS scripts for deploying the contract, interacting with its functions, and listening to its emitted events.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published