New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rainbow-dot-contracts

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rainbow-dot-contracts

## Project Structure

0.0.0
latest
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

rainbow-dot-contracts

Project Structure

.
├── contracts
├── demo
├── migrations
├── README.md
└── truffle-config.js
  • contracts: Smart contract files written in Solidity
  • demo: Web application client for demo bootstrapped with React/Redux/Drizzle
  • migrations: Configurations for smart contract migration
  • test: Test cases for smart contracts
  • truffle-config.js: Truffle configuration file for window
  • truffle.js: Truffle configuration for Linux or macOS

Test smart contracts

./run-test.sh

Run demo client

cd demo
npm start

Write a new smart contract

Modify existing smart contracts

FAQs

Package last updated on 03 Feb 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