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

@yaadlabs/triphut-dao-offchain

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yaadlabs/triphut-dao-offchain

## Getting Started

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

triphut-dao-offchain

Getting Started

First, enter the Nix shell by running nix develop.

Testing

To execute the Plutip tests, run npm run test.

Building

The project can be built by running spago build.

Updating On-Chain Scripts

If scripts have been updated in the src/Dao/Scripts/Json directory, you will need to run make generate-purs-scripts in order to copy these into PureScript.

Using as an NPM Package Locally

This library will be made available as an NPM package. However, if you wish to make changes to this library and test those immediately in another project, you can create a local NPM package that will update after any build. Simply follow the steps below:

  1. Open a new shell and navigate to the project root (do not enter Nix shell).
  2. Run npm link.
  3. Navigate to the project you wish to import this library into and run npm link triphut-dao-offchain. You will now be able to import the local library as if installed from NPM.

FAQs

Package last updated on 09 May 2024

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