Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@meemproject/market-contracts
Advanced tools
A place to buy, sell, and auction Meems.
These contracts are in an alpha state, have not been audited, and may contain critical security flaws resulting in lost funds. Use at your own risk.
By default all commands will use the local network. For other networks use the --network <network_name>
flag. See the hardhat.config.ts file for network names.
Copy the .env.example
file to .env
yarn
yarn watch
yarn test
Change the network
For (deploy, upgrade, console, etc.) commands, you can change the network with
--network <network name>
The local network is used by default.
You should only do this the first time. After that you should use upgrade to keep the same address
yarn deploy
Upgrade individual facets
yarn upgradeFacet --proxy <DiamondProxyAddress> --facet <FacetName>
For example:
yarn upgradeFacet --proxy 0x26291175Fa0Ea3C8583fEdEB56805eA68289b105 --facet AccessControlFacet
This will open a hardhat console where you can interact directly with the smart contract
yarn console
const auctionHouse = await (await ethers.getContractFactory('AuctionHouseFacet')).attach('<DiamondProxyAddress>')
FAQs
A place to buy, sell, and auction [Meems](https://meem.wtf).
The npm package @meemproject/market-contracts receives a total of 15 weekly downloads. As such, @meemproject/market-contracts popularity was classified as not popular.
We found that @meemproject/market-contracts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.