Skip to content

Latest commit

 

History

History

hello-wallet

NodeJS SDK Hello example

In this example we deploy solidity contract Hello.sol to Evernode SE (local blockchain), run its on-chain method (without and with parameters) and run its get-method.

Prerequisite

Preparation

everdev se start

You're all set! Check out the Evernode SE GraphQL web playground at http://0.0.0.0/graphql. For Windows, use http://127.0.0.1/graphql or http://localhost/graphql. Learn more about GraphQL API here.

See other available Evernode SE management options in EverDev.

Install packages & run:

npm install
node index.js