- NodeJS v8.6.0+
- Parity v1.11.0-unstable-0d75d01c8-20180409+ (https://parity.io)
- seedom-crypter
- Run
npm linkto install and link chronicle
compile and display commands
start parity indefinitely (do this first)
runs the test suites (or all if none specified)
allows direct manipulation and deployment of contracts
run scripts on the chonicle platform
chronicle script:deploy \
--owner 0x0003dFf23dD77e4D74730d7DA3A0a672A5140D34 \
--ownerWallet 0x0003dFf23dD77e4D74730d7DA3A0a672A5140D34 \
--cause 0x0003dFf23dD77e4D74730d7DA3A0a672A5140D34 \
--causeWallet 0x0003dFf23dD77e4D74730d7DA3A0a672A5140D34 \
--causeSplit 500 \
--participantSplit 500 \
--ownerSplit 0 \
--ownerMessageString 'HELLO SFT' \
--valuePerEntry 100000000000000000 \
--endTime 'in 60 minutes' \
--expireTime 'in 120 minutes' \
--destructTime 'in 240 minutes' \
--goal 1000000000000000000
chronicle script:begin \
--cause 0x0003dFf23dD77e4D74730d7DA3A0a672A5140D34 \
--causeMessageString 'BONJOUR'
chronicle script:reveal \
--cause 0x0003dFf23dD77e4D74730d7DA3A0a672A5140D34 \
--causeMessageString 'BONJOUR'
chronicle script:end \
--owner 0x0003dFf23dD77e4D74730d7DA3A0a672A5140D34 \
--ownerMessageString 'HELLO SFT'