Skip to content

Commit

Permalink
add cursor rules
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Oct 28, 2024
1 parent f792535 commit 066fedb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .cursorrules
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// Hardhat .cursorrules

// HTMX and Go best practices
const htmxGoBestPractices = [
"follow practices suited for cosmos-sdk v0.50.x",
"follow practices suited for ibc-go v8.x.x"
];

// Folder structure
const folderStructure = `
main.go
lib/

modules/
go.mod
go.sum
`;

// Additional instructions
const additionalInstructions = `
1. We are building a high speed test framework for mainnets
2. We should aim for this application to be precise and performant
`;

0 comments on commit 066fedb

Please sign in to comment.