Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information

Running compilations

The command below will iterate over all files in the src directory with postfix *.contract.ts and run all compilation targets.

npm run compile

Running tests

The command below will iterate over all files in the src directory with postfix *.contract.ts and run all test targets.

npm run test

Deploy contracts

By default, the originator will use a faucet account. But you can provide your own private key by providing the argument --private-key

npm run originate -- --code build/compilation/<...>_contract.tz --storage build/compilation/<...>_storage.tz --rpc https://mainnet.smartpy.io --private-key <edsk...>

About

A simple tezos smart contract to split incoming funds between addresses

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages