Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liyukun committed Sep 14, 2023
1 parent f36a5cb commit c413cb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ $ git clone https://github.com/synapseweb3/ibc-solidity-contract
$ cd ibc-solidity-contract
$ yarn install
$ yarn compile
$ yarn test
```

## Deploy on Axon
Expand Down Expand Up @@ -61,7 +60,7 @@ function bindPort(string calldata portId, address moduleAddress)

To comply with IBC protocol regulations, a channel cannot function until it is paired with a business module through a port.

## Send ICS20 Packet
## Send ICS20 Packet (WIP)

In the previous migration step, a standard ICS20 transfer module has already been bound at port `port-0` by default. Run script `scripts/send_packet.js` to send a standard custom ICS20 packet:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"scripts": {
"compile": "truffle compile",
"migrate": "truffle migrate --network axon",
"send": "HTTPS_PROXY= HTTP_PROXY= truffle exec './scripts/send_packet.js' --network axon",
"query": "HTTPS_PROXY= HTTP_PROXY= truffle exec './scripts/query_packet.js' --network axon"
"send": "truffle exec './scripts/send_packet.js' --network axon",
"query": "truffle exec './scripts/query_packet.js' --network axon"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.0",
Expand Down

0 comments on commit c413cb5

Please sign in to comment.