/Eventeth

Eventeth is an Ethereum dApp for posting events and Hangups.

Primary LanguageJavaScriptMIT LicenseMIT

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