Sebastian

Results 11 issues of Sebastian

## Story As a USER who is using a dApp, I want to sign a message instead of a transaction so I can use formal verification of a signature in...

enable signing messages instead of transactions and return a signature in base64 in the callbackUrl

``` pragma solidity 0.6.12; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; contract MyContract { // token ERC20 public immutable token = new ERC20("test", "test"); } ``` leads to ``` $solgraph ./contracts/MyContract.sol Parse error { SyntaxError:...

We are building a ERC20 Native bridge with LayerZero and found this code: https://github.com/LayerZero-Labs/solidity-examples/blob/main/contracts/token/oft/v2/NativeOFTV2.sol it works with V1 but not V2. Is there a way to get this functionality in...

related to #334 - added solana web3.js sdk - added generic provider support to support a potential solana provider - added masa token handling on solana devnet

DO NOT MERGE

## Acceptance Criteria - [ ] Masa OFT Token for solana is in the SDK

task

## Acceptance Criteria - [ ] Staking functionality implemented and npm package released

task
blocked