The world domaination has begun!
Sorry, can't tell you yet.
To run
> git clone https://github.com/Alvin-Voo/domainion.git
> cd domainion
> yarn install
> npm start
To build dev copy:
> npm run build
prod copy:
> npm run build_prod
To load the Chrome extension
-
Open your Chrome browser
-
Enter 'chrome://extensions' in the address bar
-
Toggle the 'Developer mode'
-
Click 'Load Unpacked'
-
Ensure that the files has been built by webpack
-
Load the 'build' folder
-
Refresh the browser
-
Alternatively, you could unzip build.prod.***.zip that I provided under extension/ and load that.
- players.sol - getMyDomains() and getMyInfo() change to with address argument better for testing? Safety concern?
- redux-persist - to rehydrate popup state once browser restarts
- better (idea) for handling of state when switching between tabs
- 'Join' button switch to a 'start screen' before actual content
- Need to better handle the screen transition in state. e.g fade in out delay before refresh page?