Repo created for bounty participation @ LastMinute Room DAPP
|
11 months ago | |
---|---|---|
contracts | 11 months ago | |
migrations | 11 months ago | |
Readme.md | 11 months ago | |
client.js | 11 months ago | |
modex.ini | 11 months ago | |
oracle.js | 11 months ago | |
package-lock.json | 11 months ago | |
package.json | 11 months ago | |
run.sh | 11 months ago | |
truffle-config.js | 11 months ago | |
truffle.js | 11 months ago |
The smart contract we want to develop in this bounty should be able to manage rooms deals that hotels and partners want to post for the next few hours.
Hi, this is a boilerplate project with a demo app inside it that fetches trough an oracle the exchange rate between the RON and USD, it's made to help you understand how you could bring external data into the blockchain.
Inside you will find a truffle project and a modex.ini file that will help analyze the code that you are writing
Install truffle and the ethereumjs-testrpc:
npm install -g truffle ethereumjs-testrpc
Install the dependencies required:
npm install
Start the test net:
testrpc
Compile the project:
truffle compile
Migrate the oracle:
truffle migrate
Start the oracle:
node oracle.js
Run the client(in this case you would want to start more than one instance)
node client.js
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)