Skip to content

A simple tezos smart contract to split incoming funds between addresses

Notifications You must be signed in to change notification settings

PureSpider/split-smartcontract

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages