https://github.com/adrianmcli/consensys-rxjs-talk
Example project for my RxJS talk w/ ConsenSys (along w/ a Drizzle-Utils demo)
https://github.com/adrianmcli/consensys-rxjs-talk
Last synced: 10 months ago
JSON representation
Example project for my RxJS talk w/ ConsenSys (along w/ a Drizzle-Utils demo)
- Host: GitHub
- URL: https://github.com/adrianmcli/consensys-rxjs-talk
- Owner: adrianmcli
- Created: 2019-03-28T08:29:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T08:32:12.000Z (about 7 years ago)
- Last Synced: 2025-03-06T19:42:17.306Z (about 1 year ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# consensys-rxjs-talk
Example project for my RxJS talk w/ ConsenSys (along w/ a Drizzle-Utils demo)
## How to run
1. At project root, run `truffle develop` and then run `migrate` in the Truffle develop prompt to compile and migrate the contract. Run the `test` command to confirm smart contract works as intended.
2. In a separate terminal, navigate into the `app` directory for the React frontend. Run `npm install` and then `npm start`.
3. Open a browser (where MetaMask is disabled, e.g. incognito mode) and navigate to `http://localhost:1234/`.