Socket
Book a DemoInstallSign in
Socket

@backt/protocol

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backt/protocol

Backt smart contracts implementation

Source
npmnpm
Version
0.0.28
Version published
Weekly downloads
1
-99.09%
Maintainers
2
Weekly downloads
 
Created
Source

protocol

Backt smart contracts implementation

Docs

UML Diagrams

Setup

> npm i
> npm i -g truffle

Test

> truffle develop
truffle> test

Publish NPM

// ensure repo has latest abi
> npm run publish-abi
> git add abi && git commit -m "updated ABI" abi

// ensure tests are passing
> truffle develop
truffle> test

// publish NPM
npm version patch     # bump the version number
npm publish
git push --tags

npm

The package is published with the contract ABI JSON files (abi/) and js libraries (lib/) to @backt/protocol.

Keywords

smart contracts

FAQs

Package last updated on 10 Apr 2018

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