whonion / ts-stylus-bridger-and-minter

TypeScript impelementation of Arbitrum Stylus Testnet Bridger and Omnibase NFT minter

Home Page:https://bridge.arbitrum.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status Build TS Node Version Ethers Version HitCount

arbitrum-stylus-bridger-and-minter

TypeScript impelementation of Arbitrum Stylus Testnet Bridger and Omnibase NFT minter

main.js preview
ts-stylus-bridger-and-minter

Install Node.js

sudo apt install git
sudo apt install nodejs
sudo apt install npm
node -v
npm -v

Clone repo and install dependencies

git clone https://github.com/whonion/ts-stylus-bridger-and-minter.git
cd ts-stylus-bridger-and-minter
npm i
npm i -g typescript
tsc --project tsconfig.json

What's do script ?

Bridge Funds

  • Bridge Funds from Sepolia Testnet to Arbitrum Sepolia via bridge.arbitrum.io
  • Bridge Funds from Arbitrum Sepolia to Arbitrum Stylus Testnet via bridge.arbitrum.io
  • Mint Omnibase NFT (Powered by Layer Zero) to Arbitrum Stylus

Run Script

node main.js

About

TypeScript impelementation of Arbitrum Stylus Testnet Bridger and Omnibase NFT minter

https://bridge.arbitrum.io


Languages

Language:TypeScript 100.0%