Skip to content

A simple nodejs app showing how to compile, deploy and call a simple ethereum contract

Notifications You must be signed in to change notification settings

emrekenci/deploy-call-basic-ethereum-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A simple nodejs app showing how to compile, deploy and call a simple ethereum contract.

Gas & gas limits

The contract deployment and contract messaging code (setValue method) assumes the transaction will be valid(mined) on the blockchain without spending gas.

We are using a deployment of Parity's Aura PoA blockchain here. Specifically, we're using Azure PoA Ethereum Consortium. That's why we're able to generate a brand new address and use it to deploy and call contracts and not worry about gas/ether.

About

A simple nodejs app showing how to compile, deploy and call a simple ethereum contract

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published