Skip to content

bujosa/belel

Repository files navigation

Belel

This is a simple project, related with hardhat express and ethereum. We are using hardhat to compile and deploy the smart contracts, and express to create a simple api to interact with the smart contracts.

The main objective of this project is to create a simple api to interact with the smart contracts, and check the events and transactions.

Technologies

Installation

$ npm install

Running the app

# development express
$ npm run dev

Compile contracts

# compile
$ npx hardhat compile

Init the local network

# init
$ npx hardhat node

Deploy contracts

# deploy
$ npx hardhat run scripts/deploy.ts --network localhost

About

This is a simple project, related with hardhat express and ethereum.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors