Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

how to fill an order on remix using fillOrder function of exchange smart contract after ? #1644

Closed
abhisharma1357 opened this issue Feb 26, 2019 · 4 comments
Assignees

Comments

@abhisharma1357
Copy link

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

1.
2.
3.

Context

Your Environment

Package Version
Network
NAME
@dekz
Copy link
Member

dekz commented Feb 28, 2019

@abhisharma1357 are you deploying the contracts via remix? Or are you attempting to call the already deployed contracts on a test network via remix?

@abhisharma1357
Copy link
Author

I have already deployed on rinkeby using remix now i want to fill order

@dekz
Copy link
Member

dekz commented Mar 5, 2019

@abhisharma1357 What are you trying to achieve? 0x is already deployed on Rinkeby. You'll need an order that has been generated off-chain, then once you have an order you can fill it via the contracts.

I would recommend you follow the 0x-starter-project rather than try and use Remix to fill orders.

@dekz dekz closed this as completed Mar 5, 2019
@aakilfernandes
Copy link

Hey came across this, but it is likely not possible to fill via remix. The reason is Remix uses web3, however web3 does not support encoding of struct arguments. 0x.js uses ethers.js "under the hood"

web3/web3.js#1241

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants