Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filecoin-project/fevm-data-dao-kit
A kit to demonstrate the basics of getting a DataDAO up and running on the Filecoin Virtual Machine (FVM).
https://github.com/filecoin-project/fevm-data-dao-kit
dao filecoin javascript solidity
Last synced: 3 months ago
JSON representation
A kit to demonstrate the basics of getting a DataDAO up and running on the Filecoin Virtual Machine (FVM).
- Host: GitHub
- URL: https://github.com/filecoin-project/fevm-data-dao-kit
- Owner: filecoin-project
- License: mit
- Created: 2023-04-17T15:53:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T06:54:47.000Z (11 months ago)
- Last Synced: 2024-06-19T22:15:00.503Z (5 months ago)
- Topics: dao, filecoin, javascript, solidity
- Language: JavaScript
- Homepage:
- Size: 2.17 MB
- Stars: 28
- Watchers: 7
- Forks: 13
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-filecoin - DataDao starter kit - quickly spin up a DataDAO using client contract & OpenZepplin's Dao contracts. (FVM(Filecoin Virtual Machine) / 🏫 FVM starter kits)
README
# FEVM-Data-DAO-Kit
This is a beta kit to demo how to build a basic Decentralized Autonomous Organization (DAO) on Filecoin.
## About This Repo
Start out in the "hardhat" directory and follow the readme there to begin deploying and interacting with contracts.
Then go to the "frontend" directory to run an example frontend!