Skip to content

This repository contains a few implemented portions of the DAO (Decentralized Autonomous Organization)in Solidity.

Notifications You must be signed in to change notification settings

vaikunthsd/smart-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAO-SmartContracts

Implemented portions of the DAO (Decentralized Autonomous Organization)in Solidity.

Getting Started

First, access the Node.js website to download Node.js and then install it on your machine.

Next, we need to install Truffle, an Ethereum development environment.

npm install -g truffle

Clone DAO-SmartContracts

https://github.com/vaikunthsd/smart-contracts.git
cd smart-contracts
truffle develop
migrate --reset

migrate --reset should run inside the truffle console.

About

This repository contains a few implemented portions of the DAO (Decentralized Autonomous Organization)in Solidity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published