Visit GENEX · Report Bug · Request Feature
GENEX
is a decentralised exchange deployed on Ethereum specialised in human equity securities. We enable people to invest directly into other people, so that they can use those funds in an economically positive way. By securitising the human productive capacity, we hope to make investments into education in the developing world more stable, incentivisied, and sought-after.
Read more about Human Equity Securities
We recommend a local Solidity compiler for testing and deployment. GENEX uses brownie
to for compiling and debugging, combined with ganache-cli
to test.
Alternatively you could use web3.py
directly for compiling and testing.
- To get started with
brownie
you may first need to installpipx
:
pipx install eth-brownie
- To check if brownie has been installed:
brownie
Read more about installing eth-brownie
- To run a local node for testing, we recommend
ganache-cli
which requiresnode.js
andnpm
:
node -v
Version must be > 6.11.5 (we are using v8.1.2)
npm -v
Ensure npm
is installed.
4. To install ganache-cli
:
npm install -g ganache-cli
Read more about installing node.js and npm