transfer-gateway-example icon indicating copy to clipboard operation
transfer-gateway-example copied to clipboard

Loom SDK Transfer Gateway ERC721 Example

Results 14 transfer-gateway-example issues
Sort by recently updated
recently updated
newest added

when i run ./transfer_getway start , i found loom still not running . then i go to the dappchain dir , run the command : ./loom run . i got...

Hi guys. Thanks for sharing this resources. I execute this project, how do I import these tokens in Metamask? Why are the tokens sent to dappChain? Thanks ![image](https://user-images.githubusercontent.com/1463804/56584813-d870ea80-65dc-11e9-9772-16a13ff7af4f.png)

when You run ./transfer_gateway start And have any kind of error it is not returned. For example try tu run it with nvm when all versions of node are disabled

Cant run web browser although runing private network :8545 error like this https://delegatecall.com/questions/loom-card-gateway-example-bug-40a8aaab-68bd-4267-a7a3-41a3fd3828a5

Hello! When I'm trying to get my eth back from gateway, I get `Error: VM Exception while processing transaction: revert Message not signed by a validator`. Not sure if I'm...

i have two contracts,after i compile as binary,they above 70K+,once i deploy to loom network,it will prompt "deploying contract: evm: max code size exceeded" i think maybe the gasLimit above...

hello,i run transfer-gateway-example,when mapping eth account to loom account,metamask will prompt "Signing this message can have dangerous side effects. Only sign messages from sites you fully trust with your entire...

in this contract code, function checkValidator(address _address) public view returns (bool) { // owner is a permanent validator if (_address == owner) { // owner should be owner() return true;...

I'm doing everything right by instruction, `./transfer_gateway setup`, `./transfer_gateway start`, import 0xbb63b692f9d8f21f0b978b596dc2b8611899f053d68aec6c1c20d1df4f5b6ee2, sign in the message with this account, send transaction with token transfer, everything goes without problems but no...