This package has been deprecated

Author message:

This package has been renamed to @gnosis.pm/pm-js

@gnosis.pm/gnosisjs

2.0.0 • Public • Published

Gnosis.js Library

Logo

Build Status

Slack Status

Getting Started

See the documentation.

Really quick start

  1. Get Ganache-cli
    npm install -g ganache-cli
    
  2. Run this:
    ganache-cli -d -i 437894314312
    
  3. Clone Gnosis contracts, cd in there, and migrate the contracts onto the Ganache-cli instance with:
    cd path/to/gnosis-contracts
    npm install
    npm run migrate
    
  4. Download gnosis.js and put it in an HTML file:
    <script src=gnosis.js></script>
    
  5. Follow some tutorials:

Package Sidebar

Install

npm i @gnosis.pm/gnosisjs

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

10.2 MB

Total Files

116

Last publish

Collaborators

  • giacomo.licari