Node Ninja Estate is a smart contract platform built on the Ethereum blockchain that allows users to buy tokenised real estates with cryptocurrency. The aim is to use tokenisation and blockchain technology to remove the barriers of entry to investing posed by traditional financial institutions
- Solidity (Writing Smart Contracts & Tests)
- Javascript (React & Testing)
- Hardhat (Development Framework)
- Ethers.js (Blockchain Interaction)
- React.js (Frontend Framework)
- Install NodeJS
$ npm install
$ npx hardhat test
$ npx hardhat node
In a separate terminal execute:
$ npx hardhat run ./scripts/deploy.js --network localhost
$ npm run start