Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @sudophunk/fulido with all npm packages installed. Try it out:

@sudophunk/fulido lists no main file and has no index.js, so it can't be directly required. If this is a mistake, please let us know. It may however contain internal files that you can require manually:

// require("@sudophunk/fulido/[??]")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@sudophunk/fulido v1.0.0

Before deploying check out the `.env.example` and `.env.test.example` files. You should create your own `.env` (if you plan to deploy to mainnet) and `.env.test` (if you plan to deploy to testnet) files. ```bash DEPLOYER_PRIVATE_KEY=<PRIVATE KEY OF THE DEPLOYER WALLET> ETHERSCAN_API_KEY=<ETHERSCAN API KEY> CHILD_CHAIN_RPC=<RPC OF THE CHILD CHAIN> ROOT_CHAIN_RPC=<RPC OF THE ROOTH CHAIN> ROOT_GAS_PRICE=<GAS PRICE ON THE ROOT CHAIN> ROOT_GAS_LIMIT=<GAS LIMIT ON THE ROOT CHAIN> CHILD_GAS_PRICE=<GAS PRICE ON THE CHILD CHAIN> CHILD_GAS_LIMIT=<GAS LIMIT ON THE CHILD CHAIN> CHECKPOINT_MANAGER=<CHECKPOINT MANAGER ADDRESS> STAKE_MANAGER=<STAKE MANAGER ADDRESS> FURY_TOKEN=<ADDRESS OF THE FURY ERC20 TOKEN> FX_ROOT=<ADDRESS OF THE FX ROOT CONTRACT> FX_CHILD=<ADDRESS OF THE FX CHILD CONTRACT> DAO=<ADDRESS THAT WILL BE USED AS A DAO ON STFURY> INSURANCE=<ADDRESS THAT WILL BE USED AS AN INSURANCE ON STFURY> TREASURY=<ADDRESS THAT WILL BE USED AS A TREASURY ON STFURY> STFURY_SUBMIT_THRESHOLD=<SUBMIT THRESHOLD> ``` # Deploying To deploy on testnet run: ```bash npm run deploy:test ```

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free