Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

ackintosh/plasma-cash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plasma Cash

$ ganache-cli --mnemonic 'candy maple cake sugar pudding cream honey rich smooth crumble sweet treaf'
$ truffle migrate

Run child chain

$ cd child_chain
$ cargo run

Deposit

truffle(development)> let accounts = await web3.eth.getAccounts()
truffle(development)> let rootChain = await RootChain.deployed()
truffle(development)> rootChain.deposit(1, {from: accounts[0], value: web3.utils.toWei("1", "ether")})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published