
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@maticnetwork/pos-portal
Advanced tools
Contracts to facilitate transfer of assets between Ethereum Main Network and Matic Network, using security of Matic POS layer
Smart contracts that powers the PoS (proof-of-stake) based bridge mechanism for Matic Network.
Audit - Matic Audit CertiK Report.pdf
Install package from NPM using
npm i @maticnetwork/pos-portal
git clone https://github.com/maticnetwork/pos-portal
cd pos-portal
npm install
npm run template:process
npm run build
Start Main chain
npm run testrpc
Start Matic child chain (Requires docker)
npm run bor
If you ran a bor instance before, a dead docker container might still be lying around, clean it using following command:
npm run bor:clean
npm run test
npm run migrate
docker run -d -p 5672:5672 -p 15672:15672 rabbitmq:3-management
npm run testrpc
export MNEMONIC=
export FROM=
export PROVIDER_URL=
export ROOT_CHAIN_ID=
export CHILD_CHAIN_ID=
export PLASMA_ROOT_CHAIN=
export GAS_PRICE=
npm run template:process -- --root-chain-id $ROOT_CHAIN_ID --child-chain-id $CHILD_CHAIN_ID
npm run build
npm run truffle exec moonwalker-migrations/queue-root-deployment.js
node moonwalker-migrations/process-queue.js
node moonwalker-migrations/extract-addresses.js
npm run truffle -- migrate --network mainnetChild --f 3 --to 3
node moonwalker-migrations/queue-root-initializations.js
node moonwalker-migrations/process-queue.js
npm run truffle -- migrate --network mainnetChild --f 5 --to 5
npm run truffle exec scripts/update-implementation.js -- --network <network-name> <new-address>
Set list of contract addresses and new owner address in 6_change_owners.js
migration script
Set MNEMONIC
and API_KEY
as env variables
npm run change-owners -- --network <network-name>
FAQs
Contracts to facilitate transfer of assets between Ethereum Main Network and Matic Network, using security of Matic POS layer
We found that @maticnetwork/pos-portal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.