Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@counterfactual/cf-adjudicator-contracts

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@counterfactual/cf-adjudicator-contracts

Smart contracts for an State Channel AppInstance Adjudicator

  • 0.0.11
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
12
increased by300%
Maintainers
5
Weekly downloads
 
Created
Source

@counterfactual/cf-adjudicator-contracts

Counterfactual is a general framework for building state channel applications. An overview of the principles and objectives of this framework can be found at the Counterfactual specifications repo.

Development

Make sure you have Yarn v1.10.1 installed or higher. Refer to Yarn's installation guide for setup instructions for your operating system.

To install the dependencies:

yarn

Compiling Solidity

To compile the Solidity source code into bytecode and ABI, run:

yarn build

Tests

To run all tests:

yarn test

To run only specific tests:

yarn test [test/<filename of specific test>.spec.ts ...]

Migrations

The networks folder contains the migration files for the different Ethereum networks the contracts have been migrated to. The ID of the respective networks are used as file names. The mapping of some of the major Ethereum network IDs to network names is:

Network IDNetwork Name
1Main net
3Ropsten testnet
4Rinkeby testnet
42Kovan testnet

Not all of the networks will be used for the Counterfactual contracts, but you can find a more comprehensive list here. To run a migration against a target network:

  • make sure the target network configuration exists in truffle-config.js
  • cp .env.example .env and make sure the right env vars are set in .env
    • note that the address of the account that needs to be funded to deploy the contracts is derived (in a node.js REPL) via: require('ethers').Wallet.fromMnemonic('ETH_ACCOUNT_MNENOMIC')
  • the network account you're using to send transactions from is funded (eg. for Rinkeby: https://faucet.rinkeby.io/)
  • run: yarn migrate --network <network name>

Keywords

FAQs

Package last updated on 16 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc