Skip to content

Commit 55732f7

Browse files
committed
docs: update naming with new github org
1 parent 8e01b0c commit 55732f7

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

Clarinet.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[project]
2-
name = 'stacks-m2m-contracts'
3-
description = 'Machine-payable transactions on Stacks.'
4-
authors = []
2+
name = 'aibtcdev-smart-contracts'
53
telemetry = true
64
cache_dir = './.cache'
75
requirements = []

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
1-
# 🤖💳🤖 Stacks M2M
1+
<p align="center"><img src="https://github.com/aibtcdev/landing-page/blob/main/public/logos/aibtcdev-logo-sm-250px.png" alt="Bitcoin x AI Logo" width="150px" ></p>
22

3-
Smart contracts and tests for machine-payable transactions on Stacks.
3+
# Bitcoin x AI: Smart Contracts
44

5-
## Local Development
5+
## Description
6+
7+
This is a collection of smart contracts used with the Stacks blockchain to enable various features for AI agents.
8+
9+
## Development
10+
11+
Tech stack:
12+
13+
- Vite
14+
- Clarinet SDK
15+
- Stacks.js
16+
17+
To test this locally:
618

719
1. Clone repository
820
2. Install dependencies: `npm install`
921
3. Run tests: `npm test`
22+
23+
Deployments are handled by the following STX addresses:
24+
25+
- testnet: [ST2HQ5J6RP8HSQE9KKGWCHW9PT9SVE4TDGBZQ3EKR](https://explorer.hiro.so/address/ST2HQ5J6RP8HSQE9KKGWCHW9PT9SVE4TDGBZQ3EKR?chain=testnet)
26+
- mainnet: TBD

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"name": "stacks-m2m-contracts",
3-
"description": "Machine-payable transactions on Stacks.",
4-
"author": "",
2+
"name": "aibtcdev-smart-contracts",
53
"version": "0.0.2",
64
"license": "MIT",
75
"type": "module",

0 commit comments

Comments
 (0)