Socket
Socket
Sign inDemoInstall

@4everland/firstsowing

Package Overview
Dependencies
2
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @4everland/firstsowing

FirstSowing for 4everland


Version published
Weekly downloads
1
decreased by-50%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

License: GPLVersion Badge

FirstSowing for 4everland

FirstSowing for 4everland

Install

yarn

Get start

  1. create .env file and set your mnemonic as below

    MNEMONIC="your mnemonic"

  2. compile contracts, it will generate contract artifacts also typechains

    yarn build

  3. test contracts

    yarn test

  4. deploy contracts, network name is configured in your hardhat.config.ts, once contracts are deployed, hardhat will generate deployments files

    npx hardhat --network {{network name}} deploy

  5. verify contracts

    npx hardhat --network {{network name}} verify {contract address}


Once the rpc url is unavailable, check it here

Keywords

FAQs

Last updated on 11 May 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