Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xylophonez authored Oct 28, 2024
1 parent 91f7b53 commit e3def8a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<div align="center">
<img src="./logo.webp" width="500px">
</div>
<div>

## About

This repository provides instructions on how to deploy your smart contract to the WVM testnet using Forge.</div>
This repository provides instructions on how to deploy your smart contract to the WVM testnet using Forge. It focuses on the Arweave precompiles (0x17, 0x18) to provide a tutorial on how to read and write data to Arweave from the EVM smart contract interface.

## Example deploy address for Merged Precompiles 0x69420

Expand All @@ -32,12 +27,13 @@ cast call 0x38dB0039707Bc60972D79eC8E752CA21aAfb0Ea2 "upload_to_arweave(string)"
## Notes

- The RPC URL `https://testnet-rpc.wvm.dev` is for the WVM testnet.
- Make sure you have sufficient test tokens for gas fees.
- Make sure you have sufficient test tokens from the [faucet](https://wvm.dev/faucet) for gas fees.

## Additional Resources

- [WVM Documentation](https://docs.wvm.dev)
- [Foundry Book](https://book.getfoundry.sh)
- [Arweave Precompiles docs](https://docs.wvm.dev/using-weavevm/weavevm-precompiles)

## License
This repository is licensed under the [MIT License](./LICENSE)

0 comments on commit e3def8a

Please sign in to comment.