Skip to content

iamonuwa/abie

 
 

Repository files navigation

Abie

Abie was first released on March 5th, 2017 with the contribution of the Ethergency team at Hacker House Paris.

Intro

Abie is a minimalist DAO that includes a Sybil-resistant voting system based on liquid democracy. Members that don't have any device or Internet access can express their opinion on each incoming proposal.

It's live on Heroku: try the app now!

Run

npm i
npm start

In your browser:

alt text

You can:

  • Submit a proposal
  • Vote (members only)
  • Count the votes
  • Claim a proposal

Deployment

Don't do that if you don't know what you're doing. The team can't be held liable or responsible for any damage which results from wild use of Abie.sol.

To deploy your own DAO, you can use Remix.

  • Copy the contract address and paste it in the app
  • You can convert your string here, then add a 0x right before your converted string.
  • Do the same for the statement.
  • Now the deploy field should look like this:

"0x4162696520446576","0x57652077616e7420746f207465737420416269652e",["<your addr>","<another member addr>","0x24cfc8f7ff347c158e6f06c37e94525892b4df44","0xeefb9234302128259d46ed9e223fbc48b5edb5d1"]

To learn more about that, a complete tutorial is available on the Wiki page.

Next step

We're getting ready to deploy 2 pilots: Abie Dev (See the 1st proposal) and Abie Sting.

Resources

We're on Twitter, Facebook and Riot, let's talk!

EthCC 2019 Workshop info

INSA Presentation & demo

About

A simple crowdfunding tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.2%
  • HTML 4.6%
  • CSS 2.2%