2.2.0 • Published 3 years ago

@1hive/token-manager v2.2.0

Weekly downloads
-
License
(GPL-3.0-or-later...
Repository
-
Last release
3 years ago

Tokens

1Hive's Tokens app is a fork of Aragon Token Manager which is used to manage the supply and distribution of an organization's token.

🐲 Project Stage: Development

The 1Hive Tokens app is still in development. If you are interested in contributing please see our open issues.

🚨 Security Review Status: pre-audit

The code in this repository has not been audited.

How to run 1Hive Tokens locally

First make sure that you have node, npm, and the Aragon CLI installed and working. Instructions on how to set that up can be found here. You'll also need to have Metamask or some kind of web wallet enabled to sign transactions in the browser.

Git clone this repo.

git clone https://github.com/1Hive/token-manager-app.git

Navigate into the token-manager-app directory.

cd token-manager-app

Install npm dependencies.

npm i

Publish 1Hive Tokens to the AragonPM

npx aragon devchain
npm run apm:publish:major

You can see it published with this command:

npx aragon apm packages open.aragonpm.eth

Contributing

We welcome community contributions!

Please check out our open Issues to get started.

If you discover something that could potentially impact security, please notify us immediately. The quickest way to reach us is via the #dev channel in our team Keybase chat. Just say hi and that you discovered a potential security vulnerability and we'll DM you to discuss details.