Socket
Socket
Sign inDemoInstall

permission55-contracts

Package Overview
Dependencies
290
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    permission55-contracts

## Installation / Setup


Version published
Weekly downloads
1
Maintainers
1
Install size
37.0 MB
Created
Weekly downloads
 

Readme

Source

Permissions55 Token Contracts

Installation / Setup

Installation requires a working node-environment including npm.

Install Prerequisites:

npm install

or

yarn install

Build everything:

npm run build

or

yarn run build

Run unit tests:

npm run test

or

yarn run test

Deployment

Testnet (Rinkeby)

Deployment:

npx hardhat run scripts/deploy.js --network rinkeby

Verification:

npx hardhat verify --network rinkeby DEPLOYED_CONTRACT_ADDRESS 0xb66e5...

Work with smart contract

hardhat console

npx hardhat console --network rinkeby

Mint token:

await token.mint('0xC1dAe5cE49F.....', new hardhat.ethers.BigNumber.from('123456789000000000000000'));

FAQs

Last updated on 18 Mar 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc