Skip to content

Commit

Permalink
remove dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Jun 14, 2024
1 parent 98e0f48 commit d775991
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1,250 deletions.
31 changes: 24 additions & 7 deletions ant/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,45 @@
# Arweave Name Token process on AO

### Building
This repository provides two flavours of ANT process module, AOS and a custom module.

Using the ao-dev-cli.
## Setup

### Install

First install the npm dependencies

#### Install
```bash
yarn
```

Then install the ao cli - read the docs [here](https://github.com/permaweb/ao/tree/main/dev-cli)
Below is latest version as of writing, refer to the docs for the latest version.

```sh
curl -L https://arweave.net/iVthglhSN7G9LuJSU_h5Wy_lcEa0RE4VQmrtoBMj7Bw | bash
```

You may need to follow the instructions in the cli to add the program to your PATH.

### Testing

To test the module, you can use the following command:
To test the module, you can use the following command to run [busted](https://lunarmodules.github.io/busted/)

```sh
busted .
```

#### Build
### Building the AOS code

### Building the custom module

Using the ao-dev-cli.

After install, navigate to the working directory, name the entry lua file to 'process.lua', and execute `ao build`
#### Build

You should recieve a 'process.wasm' file as the output in the working directory.
```bash
yarn build
```

#### Publish

Expand Down
Loading

0 comments on commit d775991

Please sign in to comment.