Skip to content

Instantly share code, notes, and snippets.

View DuvanVilladiego's full-sized avatar
💻
The programming is Life

Duvan Villadiego DuvanVilladiego

💻
The programming is Life
View GitHub Profile
@DuvanVilladiego
DuvanVilladiego / pinnedRepositories
Last active January 9, 2024 17:07
Github graphql Api pinned repositories
//Get data from the Github GraphQl api
async function get_repo() {
try {
fetch('https://api.github.com/graphql', {
method: 'post',
headers: {
Authorization: `key,
'Content-Type': 'application/json'
},
body: JSON.stringify({
@DuvanVilladiego
DuvanVilladiego / contracts...challengue...artifacts...Challengue1.json
Created November 7, 2021 16:52
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
{
"deploy": {
"VM:-": {
"linkReferences": {},
"autoDeployLib": true
},
"main:1": {
"linkReferences": {},
"autoDeployLib": true
},