mustfeez / Eventeth

Eventeth is an Ethereum dApp for posting events and Hangups.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eventeth

Eventeth is an Ethereum dApp for posting social events and Hangups.

Ganache can be used as Ethereum Test Network.

Development

Start testrpc client

npm run testrpc

Watch and compile client

cd client/

npm run watch

Run client server

cd client/

npm run browser

Run server

cd server/

npm start

Deployment

Compile smart contracts

truffle compile

Deploy smart contracts

truffle migrate --reset --network=development

Deploy client to IPFS

cd client/
npm run ipfs-deploy

Test

Test smart contracts

truffle test

License

MIT

About

Eventeth is an Ethereum dApp for posting events and Hangups.

License:MIT License


Languages

Language:JavaScript 62.6%Language:HTML 19.3%Language:CSS 18.1%