The Collaborative Research & Development Engine Optimized for Virtual Reality Interfaces.
Follow these instructions to get connected to our Matryx Alpha Network
Note: Calcflow is for Windows only and requires an Oculus Rift. Make sure you have Git and Unity in order to run our Calcflow Application.
-
Download Calcflow, our open sourced Virtual Reality Mathematical Tool From the Steam or Oculus Store Steam Store: Calcflow Steam Oculus Store: Calcflow Oculus or
From the git repo to be opened in Unity3D
git clone https://github.com/matryx/calcflow.git
-
Git Clone this geth node repo to your windows machine 'https://github.com/matryx/Matryx-Alpha.git'
-
Run your Windows Command Prompt as Administrator
-
Navigate to the directory where you git cloned the repo
-
Run the initialization script.
SetEtherbase.bat
-
Import your account with a positive MTX balance through your local node's console
web3.personal.importRawKey('<YourPrivateKey>', '<YourPassphrase>')
-
Set the Etherbase through your local node's console
web3.miner.setEtherbase('<YourPublicKey')
-
Set the default account to the account you just imported
web3.eth.defaultAccount = web3.personal.listAccounts[0]
-
exit
the console -
Run the Matryx Private Chain geth node locally
enter_the_matryx.bat
-
Unlock your account so it can make a call to the Matryx Platform
web3.personal.unlockAccount('<YourPublicKey>','<YourPassphrase>', 1000000)
-
Launch Calcflow
-
Look at your watch and open the top button labeled "Publish to Matryx"
-
Here you can see the open tournaments such as "Design a ridiculous mug"
-
Make a design using Calcflow
-
Upload your submission to the Matryx Platform and wait for the round to end.
-
Good luck!