Skip to content

seedom-io/seedom-solidity

Repository files navigation

General dependencies

Seedom dependencies

  • seedom-crypter

Getting started

  • Run npm link to install and link chronicle

Chronicle commands

chronicle --help

compile and display commands

chronicle p|parity --fresh --kill

start parity indefinitely (do this first)

chronicle t|test [...suites]

runs the test suites (or all if none specified)

chronicle <contract>:<method> [network]

allows direct manipulation and deployment of contracts

chronicle script:<name> [network]

run scripts on the chonicle platform

Seedom Script Examples

Deployment

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

Begin

chronicle script:begin \
    --cause 0x0003dFf23dD77e4D74730d7DA3A0a672A5140D34 \
    --causeMessageString 'BONJOUR'

Reveal

chronicle script:reveal \
    --cause 0x0003dFf23dD77e4D74730d7DA3A0a672A5140D34 \
    --causeMessageString 'BONJOUR'

End

chronicle script:end \
    --owner 0x0003dFf23dD77e4D74730d7DA3A0a672A5140D34 \
    --ownerMessageString 'HELLO SFT'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors