Skip to content
/ foil Public

Foil is a fully decentralized marketplace connecting producers of onchain computing resources with consumers.

Notifications You must be signed in to change notification settings

foilxyz/foil

Repository files navigation

👽 Foil

Foil is a fully decentralized marketplace connecting producers of onchain computing resources with consumers.

See the website, app, and docs.

Develop

Deploy

  • Go to /packages/protocol
  • Bump the version in /packages/protocol/package.json
  • Verify there are no issues with pnpm simulate-deploy:sepolia --rpc-url <rpc-url> --private-key <private-key>

Then:

pnpm deploy:sepolia --rpc-url <rpc-url> --private-key <private-key>
pnpm cannon publish foil --chain-id 11155111 --private-key <private-key>
pnpm cannon verify foil --chain-id 11155111 --api-key <etherscan-api-key>
git add .
git commit -m "Foil v<version-number>"
git tag v<version-number>
git push origin main --tags

See deployments.

About

Foil is a fully decentralized marketplace connecting producers of onchain computing resources with consumers.

Resources

Stars

Watchers

Forks