Skip to content

Vyper Support with Fluent Development Tools #116

@MarcusWentz

Description

@MarcusWentz

This Vyper contract is working on Fluent DevNet and Testnet in Remix IDE for deployment and interactions (reading and writing storage)

#pragma version >0.3.10

storedData: public(int128)

@deploy
def __init__(_x: int128):
  self.storedData = _x

@external
def set(_x: int128):

However this is not fully supported in the new gblend Foundry CLI tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions