https://github.com/dojimanetwork/ar-contracts
Testing arweave contracts interaction with arlocal for verifying dojima bridge transactions.
https://github.com/dojimanetwork/ar-contracts
arweave javascript testing
Last synced: over 1 year ago
JSON representation
Testing arweave contracts interaction with arlocal for verifying dojima bridge transactions.
- Host: GitHub
- URL: https://github.com/dojimanetwork/ar-contracts
- Owner: dojimanetwork
- Created: 2021-08-28T08:31:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T19:03:16.000Z (over 3 years ago)
- Last Synced: 2025-01-28T18:15:54.576Z (over 1 year ago)
- Topics: arweave, javascript, testing
- Language: TypeScript
- Homepage:
- Size: 543 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing AR contracts
*This repo used to test ar contracts, interact, read and deploy contracts with arlocal.*
```
yarn build:all - builds all contracts.
yarn deploy:testing - deploy contract to node.
yarn fake_deploy:testing - deploy fake contract.
yarn interact - interacts with contract to do task.
yarn createAcc - creates new arweave account.
yarn read_contract - read latest contract state.
yarn verifyTx - verify particular tx as valid or not.
```
---
>Steps To Load project:
1. Add .env file at root directory and modify variables.
2. run yarn deploy:testing
3. run yarn interact