OrGear is a DAO builder platform built on top of the Venom blockchain, using T-Sol. It helps individuals build and manage their own DAOs.
OrGear provides several benefits over other networks, including increased scalability, lower transaction fees, and enhanced security. The core contracts of the platform are developed in T-Sol and interacted with and tested using TS and Locklift libraries. this project also use the TIP3VOTE contract standard which is developed by us, to define the membership of the DAO participators.
- Scalability: OrGear is built on top of the Venom blockchain, which provides greater scalability than other blockchain networks.
- Lower transaction fees: Transactions on the Venom network have lower fees compared to other networks, making it more cost-effective to use.
- Security: Built using T-Sol programming language, OrGear is designed to be highly secure.
Before you begin, please ensure that you have the following prerequisites installed:
- Node.js
- Docker
- Git
- Install Everdev globally:
npm install -g everdev-se
- Clone the repository:
git clone https://github.com/Javadyakuza/blockroom.git
- Navigate to the root directory of the project.
- Install the dependencies:
npm install
- To start a local node, run this command:
everdev se start
. - To run tests, use this command:
npx locklift test -n local
. - To run the scripts on DevNet/TestNet first configure your
.env
file. - To deploy DAORoot, run this command:
npx locklift run -s scripts/deploy/DeployDaoRoot.ts -n venom_devnet/venom_testnet
.
- UI: https://github.com/meisamtaher/venomDAOBuilder-front
- prototype: https://www.figma.com/proto/1XObkSDcn9nLanVBJNbVV0/VENOM?page-id=0%3A1&type=design&node-id=1300-29927&viewport=7%2C-514%2C0.15&scaling=min-zoom&starting-point-node-id=1300%3A29927
- docs: https://www.OrGear.docs.com
Thanks to all the contributors who have helped make OrGear possible!
- meisam taher
- Role: blockchain Developer
- Contact: [email protected]
- ahmad jahanbin
- Role: softwar developer
- Contact: [email protected]
We have planned the following features for future versions of OrGear:
- deploying the core contract's on mainnet
- upgrading the web interface
- implementing more features for core contracts
This project is licensed under the MIT License - see the LICENSE file for details.