Skip to content

bujosa/aiolos

Repository files navigation

Aiolos

This is project is related with express + ethereum, the main idea is to create an endpoint to interact with the smart contract named SimpleContract deployed in the ethereum network.

Technologies

Install

npm install

Run

npm run dev

Local development

  1. Install Ganache

    npm install -g ganache
    
  2. Run Ganache

    This will run a local blockchain in your machine. You can see the accounts and private keys in the console and the local blockchain will be running in the port 8545.

    ganache-cli

Also you can use hardhat to run a local blockchain, you can find more information here. Currently Ganache and Truffle are deprecated. Hardhat is the new tool for smart contract development.

About

This is project is related with express + ethereum

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors