Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Geagora is an Ethereum based market place for matching carbon sequestration sellers with buyers

Notifications You must be signed in to change notification settings

nori-dot-eco/nori-dapp-poc

 
 

Repository files navigation

Geagora

Geagora is an Ethereum based market place for matching carbon sequestration sellers with buyers

Pre-reqs

  • NPM
  • NodeJS
  • Truffle
  • EthereumJS-testRPC

Install

  • Install testrpc

npm install -g ethereumjs-testrpc

  • Install Truffle (truffleframework.com)

npm install -g truffle

Setup

Start the RPC to begin interacting with local blockchain

  • testrpc

Compile and migrate contracts

  • truffle compile && truffle migrate

Start web dapp

  • npm run dev

Verify it is working

Get retired NECs

  • truffle console
  • Adoption.deployed().then((instance)=>{return instance.getAdopters.call()});

Testing

Test contracts

  • truffle test

About

Geagora is an Ethereum based market place for matching carbon sequestration sellers with buyers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • HTML 2.4%
  • Python 0.7%