Skip to content

basic governance contracts to create a dao in tally.xyz

Notifications You must be signed in to change notification settings

pablitxn/tally-dao

Repository files navigation

tally-dao

Getting Started

Prerequisites

node --version
# v16.16.0

Installation

Clone the repository:

git clone git@github.com:pablitxn/tally-dao.git

Install npm packages:

npm install

Setup the application

Set enviroment variables in .env file

ROPSTEN_URL="https://ropsten.infura.io/v3/{INFURA_ID}"
ROPSTEN_PRIVATE_KEY="your-private-key"

Compile contrats

npx hardhat compile

Deploy contracts

npx hardhat run scripts/deploy.ts --network ropsten

About

basic governance contracts to create a dao in tally.xyz

Topics

Resources

Stars

Watchers

Forks