feat: Add initial solana integration
All checks were successful
Build Docker / BuildImage (push) Successful in 51s

This commit is contained in:
2024-11-28 17:13:39 +11:00
parent e612637589
commit 6ff1afd46d
10 changed files with 298 additions and 24 deletions

View File

@@ -26,4 +26,12 @@ a:hover {
margin: auto;
margin-top: 10px;
}
.transaction {
border: 1px solid #ffffff;
border-radius: 10px;
padding: 10px 20px;
margin: auto;
margin-top: 10px;
}