Skip to content

Collection of links to the public resources

License

Notifications You must be signed in to change notification settings

golos-blockchain/links

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

golos-links

Collection of links to the public resources in machine-readable format. The entry point for any kind of 3rd party software.

example react

        const fetchData = async () => {
            fetch("https://raw.githubusercontent.com/golos-blockchain/golos-links/main/api-nodes.json")
            .then(result => result.json())
            .then(result => setNodes(result), error => console.log("unable to load nodes from hithub"));
        }

About

Collection of links to the public resources

Resources

License

Stars

Watchers

Forks